Skip to content

Commit

Permalink
Remove some dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
KageJittai committed May 20, 2020
1 parent e0559fe commit 04092eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lootsheetnpc5e.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ class LootSheet5eNPC extends ActorSheet5eNPC {
html.find('.split-coins').click(ev => this._distributeCoins(ev));

// Price Modifier
/* Do we really want to disable this on tokens?
if (this.actor.isToken) {
html.find('.price-modifier').prop('disabled', true);
html.find('.price-modifier').prop('title', 'Disabled on Token. Use Actor to modify prices.');
}*/

html.find('.price-modifier').click(ev => this._priceModifier(ev));

html.find('.merchant-settings').change(ev => this._merchantSettingChange(ev));
Expand Down

0 comments on commit 04092eb

Please sign in to comment.