forked from GitHub-Mirrors/foundry-sw5e
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:
parent
67ba5b2d2d
commit
da0c3a8546
1 changed files with 3 additions and 0 deletions
|
@ -282,6 +282,9 @@ SW5E.damageTypes = {
|
|||
"sonic": "SW5E.DamageSonic"
|
||||
};
|
||||
|
||||
// Damage Resistance Types
|
||||
SW5E.damageResistanceTypes = duplicate(SW5E.damageTypes);
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
||||
// armor Types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue