Script renamed...
This commit is contained in:
parent
54c31acf6c
commit
7bb5d88149
@ -176,6 +176,7 @@ class WFRP4eNightOfBloodInitializationSetup {
|
||||
WFRP4eNightOfBloodInitializationSetup.setEmbeddedEntities()
|
||||
}
|
||||
|
||||
/** This gets every folder in the system */
|
||||
static async displayFolders() {
|
||||
let array = [];
|
||||
game.folders.entities.forEach(async f => {
|
@ -2,14 +2,14 @@
|
||||
"name": "wfrp4e-night-of-blood",
|
||||
"title": "Night of Blood (WFRP 4e)",
|
||||
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.1.1",
|
||||
"author": "Stu",
|
||||
"systems": ["wfrp4e"],
|
||||
"styles": [
|
||||
"./styles.css"
|
||||
],
|
||||
"scripts": [
|
||||
"initialization.js"
|
||||
"init.js"
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user