diff options
Diffstat (limited to 'src/esieequest/model/Game.java')
-rw-r--r-- | src/esieequest/model/Game.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/esieequest/model/Game.java b/src/esieequest/model/Game.java index f08f264..cc6157d 100644 --- a/src/esieequest/model/Game.java +++ b/src/esieequest/model/Game.java | |||
@@ -193,6 +193,7 @@ public class Game { | |||
193 | private void createItems() { | 193 | private void createItems() { |
194 | this.rooms.get("Cafeteria").getItems().putItem("banana", new Item("A yellow banana", 5)); | 194 | this.rooms.get("Cafeteria").getItems().putItem("banana", new Item("A yellow banana", 5)); |
195 | this.rooms.get("Cafeteria").getItems().putItem("orange", new Item("An orange orange", 6)); | 195 | this.rooms.get("Cafeteria").getItems().putItem("orange", new Item("An orange orange", 6)); |
196 | this.rooms.get("Cafeteria").getItems().putItem("anti-matter", new Item("A block of anti-matter with a negative mass", -10)); | ||
196 | } | 197 | } |
197 | 198 | ||
198 | /** | 199 | /** |