diff --git a/compendium/wfrp4e-core.talents.json b/compendium/wfrp4e-core.talents.json
index f67b60f..6d68c5a 100644
--- a/compendium/wfrp4e-core.talents.json
+++ b/compendium/wfrp4e-core.talents.json
@@ -1795,7 +1795,7 @@
"effectApplication": "actor",
"effectTrigger": "opposedDefender",
"preventDuplicateEffects": true,
- "script": "if (args.opposedTest.result.winner == \"attacker\") {\n if (args.opposedTest.defenderTest.weapon && args.opposedTest.defenderTest.item.properties.qualities.shield){\n ui.notifications.notify(`Porte-Bouclier: Gain de ${this.item.Advances} Avantages`) this.actor.setAdvantage(this.item.Advances) \n } \n }"
+ "script": "if (args.opposedTest.result.winner == \"attacker\") {\n if (args.opposedTest.defenderTest.weapon && args.opposedTest.defenderTest.item.properties.qualities.shield) {\n ui.notifications.notify(`Porte-Bouclier: Gain de ${this.item.Advances} Avantages`)\nthis.actor.setAdvantage(this.item.Advances) \n } \n }"
}
},
"icon": "modules/wfrp4e-core/icons/talents/shieldsman.png",