Merge pull request #754 from Citadel-Station-13/upstream-merge-26863
[MIRROR] Fixes dropped cyborg repair modules
This commit is contained in:
@@ -237,6 +237,7 @@
|
|||||||
/obj/item/borg/upgrade/selfrepair/proc/check_dropped()
|
/obj/item/borg/upgrade/selfrepair/proc/check_dropped()
|
||||||
if(loc != cyborg)
|
if(loc != cyborg)
|
||||||
toggle_action.Remove(cyborg)
|
toggle_action.Remove(cyborg)
|
||||||
|
QDEL_NULL(toggle_action)
|
||||||
cyborg = null
|
cyborg = null
|
||||||
deactivate()
|
deactivate()
|
||||||
|
|
||||||
@@ -399,4 +400,4 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
R.make_shell(src)
|
R.make_shell(src)
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user