Browse Source

Fix wrong power stat

master
Fen Dweller 5 years ago
parent
commit
8fa976ffa4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/game/creatures/withers.ts

+ 1
- 1
src/game/creatures/withers.ts View File

@@ -309,7 +309,7 @@ export class Withers extends Creature {
new ProperNoun('Withers'), new ProperNoun('Withers'),
new ImproperNoun('hellhound', 'hellhounds'), new ImproperNoun('hellhound', 'hellhounds'),
FemalePronouns, FemalePronouns,
{ Toughness: 40, Power: 10, Speed: 30, Willpower: 40, Charm: 70 },
{ Toughness: 40, Power: 50, Speed: 30, Willpower: 40, Charm: 70 },
new Set(), new Set(),
new Set([VoreType.Oral]), new Set([VoreType.Oral]),
5000 5000


Loading…
Cancel
Save