瀏覽代碼

Make dire wolves still have the 'wolf' species

vintage
Fen Dweller 5 年之前
父節點
當前提交
5e05f63598
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/game/creatures/wolves.ts

+ 1
- 1
src/game/creatures/wolves.ts 查看文件

@@ -44,7 +44,7 @@ export class DireWolf extends Creature {
constructor () { constructor () {
super( super(
new ImproperNoun('dire wolf', 'dire wolves'), new ImproperNoun('dire wolf', 'dire wolves'),
new ImproperNoun('dire wolf', 'dire wolves'),
new ImproperNoun('wolf', 'wolves'),
[MalePronouns, FemalePronouns, TheyPronouns][Math.floor(Math.random() * 3)], [MalePronouns, FemalePronouns, TheyPronouns][Math.floor(Math.random() * 3)],
{ Toughness: 25, Power: 40, Reflexes: 35, Agility: 45, Willpower: 15, Charm: 20 }, { Toughness: 25, Power: 40, Reflexes: 35, Agility: 45, Willpower: 15, Charm: 20 },
anyVore, anyVore,


Loading…
取消
儲存