Script renamed...

This commit is contained in:
stukerrigan 2020-11-08 00:28:56 +00:00
parent 54c31acf6c
commit 7bb5d88149
2 changed files with 3 additions and 2 deletions

View File

@ -176,6 +176,7 @@ class WFRP4eNightOfBloodInitializationSetup {
WFRP4eNightOfBloodInitializationSetup.setEmbeddedEntities() WFRP4eNightOfBloodInitializationSetup.setEmbeddedEntities()
} }
/** This gets every folder in the system */
static async displayFolders() { static async displayFolders() {
let array = []; let array = [];
game.folders.entities.forEach(async f => { game.folders.entities.forEach(async f => {

View File

@ -2,14 +2,14 @@
"name": "wfrp4e-night-of-blood", "name": "wfrp4e-night-of-blood",
"title": "Night of Blood (WFRP 4e)", "title": "Night of Blood (WFRP 4e)",
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players", "description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players",
"version": "1.0.1", "version": "1.0.1.1",
"author": "Stu", "author": "Stu",
"systems": ["wfrp4e"], "systems": ["wfrp4e"],
"styles": [ "styles": [
"./styles.css" "./styles.css"
], ],
"scripts": [ "scripts": [
"initialization.js" "init.js"
], ],
"packs": [ "packs": [
{ {