Merge pull request #754 from Citadel-Station-13/upstream-merge-26863

[MIRROR] Fixes dropped cyborg repair modules
This commit is contained in:
kevinz000
2017-05-06 21:30:12 -07:00
committed by GitHub

View File

@@ -237,6 +237,7 @@
/obj/item/borg/upgrade/selfrepair/proc/check_dropped()
if(loc != cyborg)
toggle_action.Remove(cyborg)
QDEL_NULL(toggle_action)
cyborg = null
deactivate()
@@ -399,4 +400,4 @@
return
R.make_shell(src)
return TRUE
return TRUE