From 99faf72408e2c24a1eda8b86e835e71dacf57c0a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 4 Nov 2025 04:40:34 -0800 Subject: [PATCH] Update battleship.py --- modules/games/battleship.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/games/battleship.py b/modules/games/battleship.py index ad78efa..3446d34 100644 --- a/modules/games/battleship.py +++ b/modules/games/battleship.py @@ -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: