diff options
author | Benoît LUBRANO DI SBARAGLIONE | 2014-02-12 12:26:41 +0100 |
---|---|---|
committer | Benoît LUBRANO DI SBARAGLIONE | 2014-02-12 12:26:41 +0100 |
commit | 9c80193dd26210c7986aa17e00438515ba512d4a (patch) | |
tree | 68eace31032e7a9835a16aaf353f24ca5013c330 /src | |
parent | 514364c6202e88a0ad33b880844bd7537e0de71d (diff) | |
download | esieequest-9c80193dd26210c7986aa17e00438515ba512d4a.tar.gz |
Add now at location.
Diffstat (limited to 'src')
-rw-r--r-- | src/esieequest/Game.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/Game.java b/src/esieequest/Game.java index 767e59d..8938d96 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) { |