Przeglądaj źródła

Fixed wrong name in digestPlayerStomach

tags/v0.2.8
Fen Dweller 7 lat temu
rodzic
commit
5460627b94
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      combat.js

+ 1
- 1
combat.js Wyświetl plik

@@ -455,7 +455,7 @@ function poke(attacker) {
function digestPlayerStomach(predator,damage=20) {
return {
digest: function(player) {
defender.changeStamina(-25);
player.changeStamina(-25);
attack(predator, player, damage);
return [predator.description("The") + "'s stomach grinds over your body, swiftly digesting you."];
},


Ładowanie…
Anuluj
Zapisz