mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 09:51:24 +02:00
Update golfsim.py
This commit is contained in:
+1
-2
@@ -325,8 +325,7 @@ def playGolf(nodeID, message, finishedHole=False):
|
||||
total_strokes += hole_strokes
|
||||
total_to_par += hole_to_par
|
||||
|
||||
debug = f"System: GolfSim: Player {nodeID} finished hole {hole} with {hole_strokes} strokes,{hole_shots}+{putts} putts, and {hole_to_par} to {hole_strokes}-{par}par"
|
||||
print(debug)
|
||||
|
||||
if not critter:
|
||||
# Show player hole/round scoring info
|
||||
if putts == 0 and hole_strokes == 1:
|
||||
|
||||
Reference in New Issue
Block a user