forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| if (this.actor.status.advantage.value > 0 && args.item.system.attackType)
 | |
| {
 | |
|     args.item.system.qualities.value.push({name : "penetrating"})
 | |
| } |