v0.0.8 #8

Manually merged
erebus merged 25 commits from dev into master 2021-08-20 08:08:32 +02:00
3 changed files with 1 additions and 5 deletions
Showing only changes of commit cbafeede44 - Show all commits

View File

@@ -71,7 +71,7 @@
"ROLL.OPENED": "Öppnad",
"MENU.SHOWROLLDIALOG": "Visa tärningsdialog",
"ROLL.OPENCLOSE": "Öppna / Stäng",
"ROLL.EXCEPTIONAL": "Exceptionelt",
"ROLL.EXCEPTIONAL": "Exceptionellt",
"SKILL.TYPE": "Typ",
"SKILL.BASE": "Grundfärdigheter",

View File

@@ -12,7 +12,5 @@ export class ActorKH extends Actor {
const data = actorData.data;
const flags = actorData.flags;
data.type = actorData.type;
console.log("ACTOR DATA")
}
}

View File

@@ -60,8 +60,6 @@ Hooks.on("createActor", async (actor, options, userId) => KHHooks.onCreateActor(
function registerSheets() {
// Register sheet application classes
console.log("Registerting sheets")
Actors.unregisterSheet("core", ActorSheet);
Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["character"], makeDefault: true });
Actors.registerSheet("kopparhavet", ActorSheetKH, { types: ["adversary"], makeDefault: true });