forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			138 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			138 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| let ablaze = this.actor.hasCondition("ablaze")
 | |
| if (ablaze)
 | |
| {
 | |
|     this.script.scriptNotification("Immune to Ablaze");
 | |
|     ablaze.delete()
 | |
| } |