diff --git a/system/src/documents/ActorSD.mjs b/system/src/documents/ActorSD.mjs index b29987e7..77b97953 100644 --- a/system/src/documents/ActorSD.mjs +++ b/system/src/documents/ActorSD.mjs @@ -1413,7 +1413,7 @@ export default class ActorSD extends Actor { async useAbility(itemId, options={}) { const item = this.items.get(itemId); - if (item.type === "NPC Feature") item.displayCard(); + if (item.type === "NPC Feature") return item.displayCard(); // If the ability has limited uses, handle that first if (item.system.limitedUses) { diff --git a/system/system.json b/system/system.json index 312093f9..0b3bafee 100644 --- a/system/system.json +++ b/system/system.json @@ -2,7 +2,7 @@ "id": "shadowdark", "title": "Shadowdark RPG", "description": "A system for playing the Shadowdark RPG from Arcane Library", - "version": "3.1.3", + "version": "3.2.0", "compatibility": { "minimum": "12", "verified": "12"