space removal

This commit is contained in:
IrkTheImp 2025-05-22 19:10:25 -05:00
parent 41f5c34d0a
commit 06ae26b72a

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();
} }