From 0af20d9f67a6892fa42f2dba77727df1766d719f Mon Sep 17 00:00:00 2001 From: KahootChampion Date: Sun, 10 Mar 2019 23:42:37 -0600 Subject: [PATCH] Changed one line of text in shipwarfare GUI --- src/ShipWarfareGUI.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ShipWarfareGUI.java b/src/ShipWarfareGUI.java index 4ed6c83..13a68ce 100644 --- a/src/ShipWarfareGUI.java +++ b/src/ShipWarfareGUI.java @@ -35,6 +35,7 @@ public class ShipWarfareGUI { /** * constructor; only runs when a Player object is provided. The constructor is fully encapsulated. + * * @param player is a Player object that will be copied and the player instance variable is set to the copy. */ public ShipWarfareGUI(Player player) { @@ -272,7 +273,7 @@ public class ShipWarfareGUI { userAttacks = true; } - continueToFight.setText(String.format("Shall we continue to fight? (Click the fight button or the run button)", player.getGuns())); + continueToFight.setText(String.format("Captain, what are your orders? (Click the fight button or the run button)", player.getGuns())); if (exitValue == 1) { wipe();