瀏覽代碼

Remove old broken maxVigor assignments

master
Fen Dweller 5 年之前
父節點
當前提交
c948e19bbe
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. +0
    -7
      src/game/creatures/cafat.ts

+ 0
- 7
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 },


Loading…
取消
儲存