Parcourir la source

Removed powerup button

tags/v0.2.9
Fen Dweller il y a 7 ans
Parent
révision
a17019ce61
2 fichiers modifiés avec 0 ajouts et 15 suppressions
  1. +0
    -14
      forest.js
  2. +0
    -1
      world.js

+ 0
- 14
forest.js Voir le fichier

@@ -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() {
Creature.call(this, "Wolf", 10, 15, 15);



+ 0
- 1
world.js Voir le fichier

@@ -34,7 +34,6 @@ let locationsSrc = [
Bed,
Journal,
AnacondaTest,
PowerUp
],
},
{


Chargement…
Annuler
Enregistrer