SotG Update #1.1 (Quick Fixes)

^ Updates entity.js and starship.js to fix drag-and-drop and NaN errors and prepare for Starship Features.
^ Updates en.json, config.js, sw5e.js, and template.json to prepare for Starship Features.
This commit is contained in:
Professor Bunbury 2021-04-07 14:10:56 -04:00
parent c793949b37
commit f393670528
6 changed files with 25 additions and 8 deletions

View file

@ -224,7 +224,9 @@ SW5E.limitedUsePeriods = {
"sr": "SW5E.ShortRest",
"lr": "SW5E.LongRest",
"day": "SW5E.Day",
"charges": "SW5E.Charges"
"charges": "SW5E.Charges",
"recharge": "SW5E.Recharge",
"refitting": "SW5E.Refitting"
};