forked from public/fvtt-cthulhu-eternal
		
	Fix #25 : Change color of WP warning displays
This commit is contained in:
		| @@ -15,10 +15,10 @@ | ||||
|       {{/if}} | ||||
|  | ||||
|       {{#if isZeroWP}} | ||||
|       <div class="dialog-skill">Zero WP : Automatic failure (ie 0%)</div> | ||||
|       <div class="dialog-skill red-warning">Zero WP : Automatic failure (ie 0%)</div> | ||||
|       {{else}} | ||||
|         {{#if isLowWP}} | ||||
|         <div class="dialog-skill">Low WP : -20%</div> | ||||
|         <div class="dialog-skill orange-warning">Low WP : -20%</div> | ||||
|         {{/if}} | ||||
|       {{/if}} | ||||
|     </fieldSet> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user