some work on 20 questions
fix on actor narrative : social_standing -> social
This commit is contained in:
@@ -10,7 +10,6 @@ import { ItemL5r5e } from "./items/item.js";
|
||||
import { ItemSheetL5r5e } from "./items/item-sheet.js";
|
||||
import { WeaponSheetL5r5e } from "./items/weapon-sheet.js";
|
||||
import { FeatSheetL5r5e } from "./items/feat-sheet.js";
|
||||
import { TwentyQuestionsDialog } from "./sheets/twenty-questions-dialog.js";
|
||||
|
||||
// Import Dice Types
|
||||
|
||||
@@ -47,7 +46,6 @@ Hooks.once("init", async function () {
|
||||
// Add some helper classes in game
|
||||
game.l5r5e = {
|
||||
DicePickerDialog,
|
||||
TwentyQuestionsDialog,
|
||||
};
|
||||
|
||||
// Register custom system settings
|
||||
|
||||
Reference in New Issue
Block a user