|  |  | @@ -23,7 +23,7 @@ export default class Player extends Creature { | 
		
	
		
			
			|  |  |  | const stomach = new Stomach(this, 2, new ConstantDamageFormula(new Damage({ amount: 20, type: DamageType.Acid, target: Vigor.Health }, { amount: 10, type: DamageType.Crush, target: Vigor.Health }))) | 
		
	
		
			
			|  |  |  | this.addVoreContainer(stomach) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | this.perspective = POV.Second | 
		
	
		
			
			|  |  |  | this.perspective = POV.First | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | this.ai = new VoreAI(this) | 
		
	
		
			
			|  |  |  | } | 
		
	
	
		
			
				|  |  | 
 |