Ongoing progress for weapons

This commit is contained in:
2020-06-12 11:47:41 +02:00
parent b16e977b19
commit 711ff19b10
5 changed files with 82 additions and 44 deletions

View File

@ -94,7 +94,7 @@ export class RdDActorSheet extends ActorSheet {
/** @override */
activateListeners(html) {
super.activateListeners(html);
// Everything below here is only needed if the sheet is editable
if (!this.options.editable) return;