hotfix to prevent character sheet going black if DamageMultipliers isn't present

This commit is contained in:
Thaum Rystra
2020-05-14 15:32:54 +02:00
parent 136dd5fd29
commit fc9467177b

View File

@@ -356,6 +356,7 @@
}
},
numKeys(obj){
if (!obj) return 0;
return Object.keys(obj).length;
},
},