From 8fa976ffa4c5dcaf6c5615e4c077fc51c7c3cea0 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 2 Aug 2020 12:06:25 -0400 Subject: [PATCH] Fix wrong power stat --- src/game/creatures/withers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/creatures/withers.ts b/src/game/creatures/withers.ts index 6a3bd64..d343165 100644 --- a/src/game/creatures/withers.ts +++ b/src/game/creatures/withers.ts @@ -309,7 +309,7 @@ export class Withers extends Creature { new ProperNoun('Withers'), new ImproperNoun('hellhound', 'hellhounds'), 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([VoreType.Oral]), 5000