Explorar el Código

Fix missing constructor parameter

master
Fen Dweller hace 5 años
padre
commit
002165f16c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/game/creatures/cafat.ts

+ 1
- 1
src/game/creatures/cafat.ts Ver fichero

@@ -82,7 +82,7 @@ class CrushAction extends EatenAction {

export class Cafat extends Creature {
constructor () {
super(new ProperNoun('Cafat'), [TheyPronouns, FemalePronouns][Math.floor(Math.random() * 2)], {
super(new ProperNoun('Cafat'), new ImproperNoun('taur', 'taurs'), [TheyPronouns, FemalePronouns][Math.floor(Math.random() * 2)], {
[Stat.Toughness]: 30,
[Stat.Power]: 30,
[Stat.Speed]: 15,


Cargando…
Cancelar
Guardar