aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-12 21:59:22 +0100
committerPacien TRAN-GIRARD2014-02-12 21:59:22 +0100
commit44010c14b53cc38d79db1f805b3961688fd2fa27 (patch)
tree7f111f2c7ee9a3260c7bb320a90bef88f424186d /src
parente63f64a7e679a65d076c4fa661c4e2269822dcf9 (diff)
parent9c80193dd26210c7986aa17e00438515ba512d4a (diff)
downloadesieequest-44010c14b53cc38d79db1f805b3961688fd2fa27.tar.gz
Merge branch 'zuul-bad' of https://gitlab.pacien.net/pacien/a3p-esieequest into zuul-bad
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) {