Absolute final commit

This commit is contained in:
Luca Carnegie
2019-06-01 11:42:12 -04:00
parent c0ffa91d70
commit 2a413c304f
2 changed files with 25 additions and 10 deletions

View File

@@ -225,6 +225,12 @@ class Game {
System.out.print(currentRoom.longDescription());
System.out.println(currentRoom.itemString());
System.out.println(currentRoom.exitString());
player.addToInventory(new Lockpick());
player.addToInventory(new Key());
player.addToInventory(new Key());
player.addToInventory(new Crowbar());
player.addToInventory(new Batteringram());
boolean finished = false;
while (!finished) {
if (currentCombat != null) {