Review 2-3

This commit is contained in:
SabreML
2021-08-29 00:59:39 +01:00
parent ae3fdcc346
commit 0a4b398b06
4 changed files with 11 additions and 8 deletions
@@ -24,6 +24,9 @@
/obj/effect/nanomob/Destroy()
SSmob_hunt.trap_spawns -= src
SSmob_hunt.normal_spawns -= src
clients_encountered.Cut()
QDEL_NULL(mob_info)
qdel(avatar)
return ..()
/obj/effect/nanomob/proc/update_self()
+1 -2
View File
@@ -30,8 +30,7 @@
/datum/data/pda/app/mob_hunter_game/Destroy()
STOP_PROCESSING(SSobj, pda)
if(SSmob_hunt)
SSmob_hunt.connected_clients -= src
SSmob_hunt.connected_clients -= src
return ..()
/datum/data/pda/app/mob_hunter_game/proc/scan_nearby()
+3 -2
View File
@@ -40,8 +40,9 @@
w -= disable_wire
/obj/machinery/r_n_d/Destroy()
loaded_item.forceMove(get_turf(src))
loaded_item = null
if(loaded_item)
loaded_item.forceMove(get_turf(src))
loaded_item = null
linked_console = null
materials = null
return ..()