| @@ -47,20 +47,6 @@ function AnacondaTest() { | |||||
| }); | }); | ||||
| } | } | ||||
| function PowerUp() { | |||||
| GameObject.call(this, "Powerup"); | |||||
| this.actions.push({ | |||||
| "name": "Powerup", | |||||
| "action": function() { | |||||
| player.str += 10; | |||||
| player.dex += 10; | |||||
| player.con += 10; | |||||
| updateDisplay(); | |||||
| } | |||||
| }); | |||||
| } | |||||
| function Wolf() { | function Wolf() { | ||||
| Creature.call(this, "Wolf", 10, 15, 15); | Creature.call(this, "Wolf", 10, 15, 15); | ||||
| @@ -34,7 +34,6 @@ let locationsSrc = [ | |||||
| Bed, | Bed, | ||||
| Journal, | Journal, | ||||
| AnacondaTest, | AnacondaTest, | ||||
| PowerUp | |||||
| ], | ], | ||||
| }, | }, | ||||
| { | { | ||||