forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			146 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			146 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| if (this.actor.has("Mort-vivant") || this.actor.has("Démoniaque"))
 | |
| {
 | |
|     this.script.scriptNotification(`Ne peut entrer ${this.effect.name}!`);
 | |
| } |