Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if (args.item.name == "Résistance à la Magie" && args.item.type == "trait")
|
||||
if (args.item.name == game.i18n.localize("NAME.MagicResistanceTrait") && args.item.type == "trait")
|
||||
{
|
||||
args.item.system.specification.value = Number(args.item.system.specification.value) + 1
|
||||
}
|
||||
Reference in New Issue
Block a user