forked from public/foundryvtt-wh4-lang-fr-fr
		
	Fix ouverture de competence
This commit is contained in:
		| @@ -609,6 +609,7 @@ Hooks.once('init', () => { | ||||
|  | ||||
|       "mutations_modifier": (value) => { // This is really UGLYYYY i know, but i started like this and discovered afterward that many strings were not easy to automate... Sorry :) | ||||
|         //console.log("Parsing mutation :", value); | ||||
|         if (!value) return; | ||||
|         value = value.toLowerCase(); | ||||
|         value = value.replace("gain a broken condition if you fail a test derived from ", "Gagnez un état Brisé si vous échouez à un test dérivé de "); | ||||
|         value = value.replace("weapon skill", "Capacité de Combat"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user