This commit is contained in:
SpudGunMan
2024-09-30 03:04:38 -07:00
parent 4bcc6ef1f2
commit cd3226df21
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ def playGolf(nodeID, message):
last_cmd = 'putt'
else:
msg += "You have " + str(distance_remaining) + " yards left."
msg += "Club?[D, H, M, L, G, W]🏌️"
msg += f"\nClub?[D, H, M, L, G, W]🏌️"
# save player's current game state, keep stroking
for i in range(len(golfTracker)):