mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-10 07:14:28 +02:00
Update dopewar.py
This commit is contained in:
+4
-1
@@ -559,7 +559,10 @@ def playDopeWars(nodeID, cmd):
|
||||
msg = "You don't have anything to sell"
|
||||
else:
|
||||
for i in range(0, len(my_drugs)):
|
||||
msg += sell_func(nodeID, price_list, i+1, 'm')
|
||||
sell = sell_func(nodeID, price_list, i+1, 'm')
|
||||
# ignore starts with "You don't have any"
|
||||
if not sell.startswith("You don't have any"):
|
||||
msg += sell + '\n'
|
||||
return msg
|
||||
elif 'f' in menu_choice:
|
||||
# set last command to location
|
||||
|
||||
Reference in New Issue
Block a user