mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-05 04:52:16 +02:00
Update dopewar.py
This commit is contained in:
@@ -560,7 +560,7 @@ def playDopeWars(nodeID, cmd):
|
||||
return msg
|
||||
else:
|
||||
for i in range(0, len(my_drugs)):
|
||||
msg += sell_func(nodeID, price_list, i+1, 'm')
|
||||
msg += sell_func(nodeID, price_list, i-1, 'm')
|
||||
return msg
|
||||
elif 'f' in menu_choice:
|
||||
# set last command to location
|
||||
|
||||
Reference in New Issue
Block a user