|  |  | @@ -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, | 
		
	
	
		
			
				|  |  | 
 |