Skip to content

Commit

Permalink
fix(uses): Fix legendary action uses decrementing
Browse files Browse the repository at this point in the history
closes #461

BREAKING CHANGE: This script no longer works with sheets
below version 11.4.0
  • Loading branch information
symposion committed Apr 9, 2017
1 parent a45d381 commit 5e1503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/uses-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class UsesManager extends ShapedModule {

registerChatListeners(chatWatcher) {
chatWatcher.registerChatListener(['character', 'uses', 'repeatingItem'], this.handleUses.bind(this));
chatWatcher.registerChatListener(['character', 'legendary'], this.handleLegendary.bind(this));
chatWatcher.registerChatListener(['character', 'legendaryaction'], this.handleLegendary.bind(this));
}

/**
Expand Down

0 comments on commit 5e1503b

Please sign in to comment.