Import gk-greyknight-0.6.4-patch.zip do wg-greyknights (2025-08-23T19:01:42Z)

This commit is contained in:
2025-08-23 19:01:42 +00:00
parent e29930d0b7
commit 4dbce12b5a
3 changed files with 21 additions and 14 deletions
+1
View File
@@ -64,6 +64,7 @@ Hooks.once("ready", () => {
await actor.setFlag(FLAG_SCOPE, FLAG_DONE, true);
await ensureByName(actor, ITEMS.ability, false);
await ensureByName(actor, "Brotherhood of Psykers", false);
let ordoDoc = await fetchFromUuid(CORE.ordo);
if (!ordoDoc) ordoDoc = await fetchFromCompendium(ITEMS.ordo);
if (ordoDoc) await ensureOnActor(actor, ordoDoc, false);