A few more, ported, runtime fixes.

This commit is contained in:
Ghommie
2020-01-24 03:02:07 +01:00
parent 14a33ee7dc
commit 721fd108f9
8 changed files with 20 additions and 7 deletions
@@ -23,6 +23,8 @@
new /obj/item/stack/sheet/metal(newloc, round(steel_sheet_cost/2))
for(var/C in all_components)
var/obj/item/computer_hardware/H = all_components[C]
if(QDELETED(H))
return
uninstall_component(H)
H.forceMove(newloc)
if(prob(25))