Fixed buffs missing from stats page

This commit is contained in:
Stefan Zermatten
2022-02-22 18:10:04 +02:00
parent 92d32e7cf8
commit b9f79f1c51

View File

@@ -457,7 +457,7 @@
return getProperties(this.creature, {type: 'action'});
},
appliedBuffs(){
return getProperties(this.creature, {type: 'buff', applied: true});
return getProperties(this.creature, {type: 'buff'});
},
attacks(){
let props = getProperties(this.creature, {type: 'attack'})