Adds arrival shuttle to radstorm protected areas

Fixes spider structures having null armor
Fixes division by 0 with hellcan
Fixes runtime in automatons
Fixes runtime with recharger in modular computer destroy
Fixes runtime in power monitor
This commit is contained in:
Shadowlight213
2016-12-23 18:50:10 -08:00
parent d77a94e3fe
commit 5dd264102e
6 changed files with 35 additions and 26 deletions

View File

@@ -64,6 +64,7 @@
if(CH.holder == src)
CH.on_remove(src)
CH.holder = null
all_components.Remove(CH.device_type)
qdel(CH)
physical = null
return ..()