|  |  | @@ -96,7 +96,9 @@ export class StatusConsequence extends Consequence { | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | describe (user: Creature, target: Creature): LogEntry { | 
		
	
		
			
			|  |  |  | return new LogLine( | 
		
	
		
			
			|  |  |  | `Applies a ${this.statusMaker(user, target)} effect.` | 
		
	
		
			
			|  |  |  | `Applies a `, | 
		
	
		
			
			|  |  |  | this.statusMaker(user, target).name.toString(), | 
		
	
		
			
			|  |  |  | ` effect.` | 
		
	
		
			
			|  |  |  | ) | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | } | 
		
	
	
		
			
				|  |  | 
 |