Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+1 -6
View File
@@ -39,7 +39,7 @@ if (type == "corrosion")
}
if (msg)
{
this.script.message(msg, {speaker : {alias : args.actor.name}});
this.script.scriptMessage(msg, {speaker : {alias : args.actor.name}});
}
}
}
@@ -59,8 +59,3 @@ if (type == "poison")
await args.actor.addCondition("poisoned");
}
if (type == "warpfire")
{
await this.actor.corruptionDialog("moderate")
this.actor.applyEffect({effectUuids : this.item.effects.getName("Warpfire").uuid})
}