forked from GitHub-Mirrors/foundry-sw5e
Fix add buttons on powers sheet
This commit is contained in:
parent
9758bfb8fc
commit
d716d514df
5 changed files with 8 additions and 10 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue