From 9c80193dd26210c7986aa17e00438515ba512d4a Mon Sep 17 00:00:00 2001 From: Benoît LUBRANO DI SBARAGLIONE Date: Wed, 12 Feb 2014 12:26:41 +0100 Subject: Add now at location. --- src/esieequest/Game.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { } private void printRoomInfo() { - System.out.println("You are " + this.aCurrentRoom.getDescription() + "."); + System.out.println("You are now " + this.aCurrentRoom.getDescription() + "."); System.out.print("Available exits:"); if (this.aCurrentRoom.aNorthExit != null) { -- cgit v1.2.3