Full v12 migration
This commit is contained in:
2
init.js
2
init.js
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user