|
|
@@ -28,11 +28,10 @@ export default class SheenTheGryph extends Creature { |
|
|
250 |
|
|
250 |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
class Paw extends DefaultContainer |
|
|
|
|
|
{ |
|
|
|
|
|
constructor(owner:Creature,capacityFactor: number) { |
|
|
|
|
|
|
|
|
class Paw extends DefaultContainer{ |
|
|
|
|
|
constructor(owner : Creature,capacityFactor : number) { |
|
|
super( |
|
|
super( |
|
|
new Noun("paw","paws"), |
|
|
|
|
|
|
|
|
new Noun("paw", "paws"), |
|
|
owner, |
|
|
owner, |
|
|
new Set<VoreType>([VoreType.Paw]), |
|
|
new Set<VoreType>([VoreType.Paw]), |
|
|
capacityFactor, |
|
|
capacityFactor, |
|
|
|