Fix add buttons on powers sheet

This commit is contained in:
TJ 2021-02-16 14:40:06 -06:00
parent 9758bfb8fc
commit d716d514df
5 changed files with 8 additions and 10 deletions

View file

@ -61,8 +61,8 @@ export default class ActorSheet5eNPCNew extends ActorSheet5e {
other = this._filterItems(other, this._filters.features);
// Organize Powerbook
const forcePowerbook = this._preparePowerbook(data, forcepowers);
const techPowerbook = this._preparePowerbook(data, techpowers);
const forcePowerbook = this._preparePowerbook(data, forcepowers, "uni");
const techPowerbook = this._preparePowerbook(data, techpowers, "tec");
// Organize Features
for ( let item of other ) {