First version with weapons
This commit is contained in:
3
rmfrp.js
3
rmfrp.js
@@ -19,6 +19,7 @@ import RMFRPPlayerSheet from "./module/sheets/actors/rmfrp_player_sheet.js";
|
||||
import RMFRPToolsSCImporter from "./module/sheets/apps/rmfrp_import_skill_categories.js";
|
||||
import RMFRPToolsDiceRoller from "./module/sheets/apps/rmfrp_dice_roller.js";
|
||||
import { RMFRPUtility } from "./module/rmfrp-utility.js";
|
||||
import { RMFRPProcessTable } from "./module/rmfrp-process-table.js";
|
||||
|
||||
// Register Scene Controls
|
||||
// registerGetSceneControlButtonsHook();
|
||||
@@ -32,6 +33,8 @@ Hooks.once("init", function () {
|
||||
game.rmfrp = {
|
||||
RMFRPActor,
|
||||
RMFRPItem,
|
||||
RMFRPUtility,
|
||||
attackTables: new RMFRPProcessTable(),
|
||||
applications: {
|
||||
RMFRPToolsSCImporter,
|
||||
RMFRPToolsDiceRoller
|
||||
|
Reference in New Issue
Block a user