player does not have god-like abilities anymore

This commit is contained in:
Luca Carnegie
2019-05-31 21:13:23 -04:00
parent d7206c1a43
commit 3243641071

View File

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