formatting

This commit is contained in:
IrkTheImp 2025-05-22 19:09:12 -05:00
parent cc50b2e392
commit 41f5c34d0a

View file

@ -18,7 +18,7 @@ export default class DhpWeapon extends foundry.abstract.TypeDataModel {
} }
} }
prepareDerivedData() { prepareDerivedData() {
if(this.parent.parent){ if(this.parent.parent){
this.applyEffects(); this.applyEffects();
} }