Explorar el Código

Error fixes.

master
Samuel Dweller hace 3 años
padre
commit
cc47b6b1ef
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. +3
    -4
      src/game/creatures/characters/SheenTheGryph.ts

+ 3
- 4
src/game/creatures/characters/SheenTheGryph.ts Ver fichero

@@ -28,11 +28,10 @@ export default class SheenTheGryph extends Creature {
250
)

class Paw extends DefaultContainer
{
constructor(owner:Creature,capacityFactor: number) {
class Paw extends DefaultContainer{
constructor(owner : Creature,capacityFactor : number) {
super(
new Noun("paw","paws"),
new Noun("paw", "paws"),
owner,
new Set<VoreType>([VoreType.Paw]),
capacityFactor,


Cargando…
Cancelar
Guardar