Update battleship.py

This commit is contained in:
SpudGunMan
2025-11-04 04:40:34 -08:00
parent a5a7e19ddc
commit 99faf72408

View File

@@ -381,7 +381,9 @@ def playBattleship(message, nodeID, deviceID, session_id=None):
# Waste of ammo comment
funny_comment = ""
if session.shots_fired % 50 == 0:
funny_comment = f"\n🥵Captain, that's {session.shots_fired} rounds! The barrels are getting warm!"
funny_comment = f"\n🥵{session.shots_fired} rounds!"
elif session.shots_fired % 25 == 0:
funny_comment = f"\n🥔{session.shots_fired} fired!"
# Output message
if session.vs_ai: