diff --git a/src/game/creatures/cafat.ts b/src/game/creatures/cafat.ts index 51f2d60..0401e11 100644 --- a/src/game/creatures/cafat.ts +++ b/src/game/creatures/cafat.ts @@ -91,13 +91,6 @@ export class Cafat extends Creature { [Stat.Charm]: 20 }, new Set([VoreType.Oral, VoreType.Anal]), new Set([VoreType.Oral, VoreType.Anal]), 150) - this.vigors.Health = 200 - this.maxVigors.Health = 200 - this.vigors.Stamina = 250 - this.maxVigors.Stamina = 250 - this.vigors.Resolve = 150 - this.maxVigors.Resolve = 150 - const stomach = new Stomach(this, 100, new Damage( { amount: 20, type: DamageType.Acid, target: Vigor.Health }, { amount: 10, type: DamageType.Crush, target: Vigor.Stamina },