mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 01:41:45 +02:00
clubOrder🥪
resolve https://github.com/SpudGunMan/meshing-around/issues/75
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ def playGolf(nodeID, message):
|
||||
last_cmd = 'putt'
|
||||
else:
|
||||
msg += "You have " + str(distance_remaining) + " yards left."
|
||||
msg += f"\nClub?[D, H, M, L, G, W]🏌️"
|
||||
msg += f"\nClub?[D, L, M, H, G, W]🏌️"
|
||||
|
||||
# save player's current game state, keep stroking
|
||||
for i in range(len(golfTracker)):
|
||||
|
||||
Reference in New Issue
Block a user