Full v12 migration

This commit is contained in:
2024-10-13 10:27:37 +02:00
parent 7042f81301
commit 313bb3e168
34 changed files with 114 additions and 87 deletions

View File

@@ -32,6 +32,6 @@ class WFRP4eNightOfBloodInitialization extends FormApplication {
catch (err) {
html = `<p>Night of Blood is the classic Warhammer Fantasy Roleplay scenario, and an excellent introduction to the game. The scenario was written in 1987 by Jim Bambra and has been republished officially and unofficially for 1st Edition, 2nd Edition and 4th Edition.</p>`;
}
new game.wfrp4e.apps.ModuleInitializer("wfrp4e-night-of-blood", "WFRP4e Night of Blood", html).render(true);
new WarhammerModuleInitializer("wfrp4e-night-of-blood", "WFRP4e Night of Blood", html).render(true);
}
}