mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Review 1
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/obj/effect/nanomob
|
||||
name = "Nano-Mob Avatar" //will be overridden by the mob datum name value when created
|
||||
desc = "A wild Nano-Mob appeared! Hit it with your PDA with the game open to attempt to capture it!"
|
||||
@@ -23,9 +22,8 @@
|
||||
addtimer(CALLBACK(src, .proc/despawn), mob_info.lifetime)
|
||||
|
||||
/obj/effect/nanomob/Destroy()
|
||||
if(SSmob_hunt)
|
||||
SSmob_hunt.trap_spawns -= src
|
||||
SSmob_hunt.normal_spawns -= src
|
||||
SSmob_hunt.trap_spawns -= src
|
||||
SSmob_hunt.normal_spawns -= src
|
||||
return ..()
|
||||
|
||||
/obj/effect/nanomob/proc/update_self()
|
||||
|
||||
@@ -40,7 +40,8 @@
|
||||
w -= disable_wire
|
||||
|
||||
/obj/machinery/r_n_d/Destroy()
|
||||
QDEL_NULL(loaded_item)
|
||||
loaded_item.forceMove(get_turf(src))
|
||||
loaded_item = null
|
||||
linked_console = null
|
||||
materials = null
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user