diff --git a/less/update/sw5e-global.less b/less/update/sw5e-global.less index 6f73a9c0..ea2f998a 100644 --- a/less/update/sw5e-global.less +++ b/less/update/sw5e-global.less @@ -77,6 +77,9 @@ html { body { .openSans(13px, 400); + background-image: url('./ui/SW5e-logo.svg'); + background-repeat: no-repeat; + background-size: cover; } h1 { diff --git a/module/actor/sheets/newSheet/character.js b/module/actor/sheets/newSheet/character.js index 5123f957..ea995442 100644 --- a/module/actor/sheets/newSheet/character.js +++ b/module/actor/sheets/newSheet/character.js @@ -201,7 +201,7 @@ export default class ActorSheet5eCharacterNew extends ActorSheet5e { if ( !this.options.editable ) return; // Inventory Functions - html.find(".currency-convert").click(this._onConvertCurrency.bind(this)); + // html.find(".currency-convert").click(this._onConvertCurrency.bind(this)); // Item State Toggling html.find('.item-toggle').click(this._onToggleItem.bind(this)); diff --git a/module/actor/sheets/newSheet/npc.js b/module/actor/sheets/newSheet/npc.js index 2ef953a5..d884d770 100644 --- a/module/actor/sheets/newSheet/npc.js +++ b/module/actor/sheets/newSheet/npc.js @@ -16,7 +16,6 @@ export default class ActorSheet5eNPCNew extends ActorSheet5e { static get defaultOptions() { return mergeObject(super.defaultOptions, { classes: ["sw5e", "sheet", "actor", "npc"], - width: 600, width: 800, tabs: [{ navSelector: ".root-tabs", diff --git a/module/item/entity.js b/module/item/entity.js index f75cdca3..7b539a8d 100644 --- a/module/item/entity.js +++ b/module/item/entity.js @@ -152,7 +152,7 @@ export default class Item5e extends Item { const itemData = this.data; const data = itemData.data; const C = CONFIG.SW5E; - const labels = {}; + const labels = this.labels = {}; // Classes if ( itemData.type === "class" ) { diff --git a/templates/actors/newActor/character-sheet.html b/templates/actors/newActor/character-sheet.html index 1baea147..289c6c70 100644 --- a/templates/actors/newActor/character-sheet.html +++ b/templates/actors/newActor/character-sheet.html @@ -91,7 +91,7 @@ {{!-- SPEED / MOVEMENT TYPES --}}

{{ localize "SW5E.Movement" }}

- <
+
{{movement.primary}}