aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/esieequest/Game.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/Game.java b/src/esieequest/Game.java
index fb39289..646bd49 100644
--- a/src/esieequest/Game.java
+++ b/src/esieequest/Game.java
@@ -120,7 +120,7 @@ public class Game {
120 } 120 }
121 121
122 private void printRoomInfo() { 122 private void printRoomInfo() {
123 System.out.println("You are " + this.aCurrentRoom.getDescription() + "."); 123 System.out.println("You are now " + this.aCurrentRoom.getDescription() + ".");
124 124
125 System.out.print("Available exits:"); 125 System.out.print("Available exits:");
126 if (this.aCurrentRoom.aNorthExit != null) { 126 if (this.aCurrentRoom.aNorthExit != null) {