Digging bit deeper, this is due to small error in
Blade.js
:
JavaScript:
constructor()
{
// ...
a.HPMod = 3500;
//...
should instead define attribute of the ship object:
(won't help already created ships, tho; these will probably need a fix through
upgradeSaveVersion()
or smth)