This commit is contained in:
Fluffy
2023-12-04 20:52:36 +00:00
committed by GitHub
parent 0014449c85
commit fa37c9d269
4 changed files with 53 additions and 7 deletions
+2 -2
View File
@@ -253,7 +253,7 @@
src.loc = null
if(!QDELETED(action))
QDEL_NULL(action) /// /mob/living/proc/handle_actions() creates it, for ungodly reasons
QDEL_NULL(action) // /mob/living/proc/handle_actions() creates it, for ungodly reasons
action = null
if(!QDELETED(hidden_uplink))
@@ -261,7 +261,7 @@
hidden_uplink = null
master = null
return ..()
. = ..()
/obj/item/update_icon()
. = ..()