player does not have god-like abilities anymore
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user