|  |  | @@ -109,11 +109,6 @@ export class Cafat extends Creature { | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | lowerStomach.name = new ImproperNoun("lower stomach", "lower stomachs").all | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | stomach.consumeLines = new POVPair([ | 
		
	
		
			
			|  |  |  | [[POV.Second, POV.Third], (user, target) => new LogLine(`You devour ${target.name}`)], | 
		
	
		
			
			|  |  |  | [[POV.Third, POV.Second], (user) => new CompositeLog(new LogLine(`${user.name.capital} devours you`), new ImgElem('./media/cafat/images/stomach.webp'))], | 
		
	
		
			
			|  |  |  | [[POV.Third, POV.Third], (user, target) => new LogLine(`${user.name.capital} munches ${target.name.capital}`)] | 
		
	
		
			
			|  |  |  | ]) | 
		
	
		
			
			|  |  |  | const crush = new CrushAction(lowerStomach) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | lowerStomach.actions.push(crush) | 
		
	
	
		
			
				|  |  | 
 |