|  |  | @@ -31,7 +31,7 @@ class BellyCrushAction extends AttackAction { | 
		
	
		
			
			|  |  |  | class BelchAction extends AttackAction { | 
		
	
		
			
			|  |  |  | successLine: PairLineArgs<Creature, { damage: Damage }> = (user, target, args) => new LogLines( | 
		
	
		
			
			|  |  |  | new LogLine( | 
		
	
		
			
			|  |  |  | `${user.name.capital} ${user.name.conjugate} on ${target.name.objective} for `, | 
		
	
		
			
			|  |  |  | `${user.name.capital} ${user.name.conjugate(new Verb('belch', 'belches'))} on ${target.name.objective} for `, | 
		
	
		
			
			|  |  |  | args.damage.renderShort() | 
		
	
		
			
			|  |  |  | ), | 
		
	
		
			
			|  |  |  | new ImgElem('./media/cafat/images/belch.webp') | 
		
	
	
		
			
				|  |  | 
 |