Removed the diesAtZeroHealth bool that I added some time ago for vehicle modules. Use a system similat to BasePlayer instead, just overriding the Die() method to not die.
Everything that was currently using diesAtZeroHealth = false:
- BaseVehicleModule now uses a blank Die() method instead.
- computerstation.static, ReclaimBackpack, ReclaimTerminal, StaticRespawnZoneBandit, StaticRespawnZoneCompound, microphonestandio, and elevatorioentity were immortal so wouldn't take damage already.
- StorageMonitor.deployed has been changed from DeployableGeneric protection to Immortal.