forked from GitHub-Mirrors/foundry-sw5e
Updated to 1.3.3, started removing evidence of statships
This commit is contained in:
parent
64bae2140c
commit
104e49615d
5 changed files with 49 additions and 31 deletions
|
@ -257,7 +257,7 @@ export default class ActorSheet5eVehicle extends ActorSheet5e {
|
|||
/** @override */
|
||||
activateListeners(html) {
|
||||
super.activateListeners(html);
|
||||
if (!this.options.editable) return;
|
||||
if (!this.isEditable) return;
|
||||
|
||||
html.find('.item-toggle').click(this._onToggleItem.bind(this));
|
||||
html.find('.item-hp input')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue