Add back in Damage Resistance Types

This was mistakenly taken out when the physical damage type was removed.  This was causing the error at sw5e.js:217 since the type didn't exist.
This commit is contained in:
supervj 2020-10-06 01:43:03 -04:00 committed by GitHub
parent 67ba5b2d2d
commit da0c3a8546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,6 +282,9 @@ SW5E.damageTypes = {
"sonic": "SW5E.DamageSonic"
};
// Damage Resistance Types
SW5E.damageResistanceTypes = duplicate(SW5E.damageTypes);
/* -------------------------------------------- */
// armor Types