zuul4
This commit is contained in:
@@ -210,9 +210,7 @@ public class Game
|
||||
}
|
||||
private void printRoomInformation(Room currentRoom)
|
||||
{
|
||||
System.out.println("You are " + currentRoom.getDescription());
|
||||
System.out.print("Exits: ");
|
||||
System.out.print(currentRoom.exitsToString());
|
||||
System.out.print(currentRoom.getLongDescription());
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user