Changed riddler execution
This commit is contained in:
@@ -385,6 +385,8 @@ class Game {
|
||||
if(player.addToInventory(prize)) {
|
||||
player.addToInventory(prize);
|
||||
System.out.println("A " + prizeName + " has been added to your inventory.");
|
||||
currentRoom.riddler = null;
|
||||
System.out.println("I've got to go find Mr. Pellatt now. Good luck with your escape!");
|
||||
}else {
|
||||
System.out.println("Sorry, you can't carry any more ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user