diff --git a/src/game/gameFlow.ts b/src/game/gameFlow.ts index 229a45c..2bbd55f 100644 --- a/src/game/gameFlow.ts +++ b/src/game/gameFlow.ts @@ -715,7 +715,7 @@ class GameFlow { ]; // Simulating the shooting subroutine - private handleShooting(userInput?: string): string { + handleShooting(userInput?: string): string { let responseMessage = ''