Added exciting text

This commit is contained in:
Luca Carnegie
2019-04-22 22:30:32 -04:00
parent da5e32c57f
commit 5023bddaad

View File

@@ -122,7 +122,7 @@ class Game {
private void printWelcome() {
System.out.println();
System.out.println("Welcome to Zork!");
System.out.println("Zork is a new, incredibly boring adventure game.");
System.out.println("Zork is a new, incredibly boring adventure game, for now...");
System.out.println("Type 'help' if you need help.");
System.out.println();
System.out.println(currentRoom.longDescription());