hotfix to prevent character sheet going black if DamageMultipliers isn't present
This commit is contained in:
@@ -356,6 +356,7 @@
|
||||
}
|
||||
},
|
||||
numKeys(obj){
|
||||
if (!obj) return 0;
|
||||
return Object.keys(obj).length;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user