mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Refactor hardcoded lateloaded map define zs (#17290)
* Refactor hardcoded lateloaded map define zs to use a GLOB list instead * Refactor groundbase wilds loading * new to init docking codes * fix space whales excessive deleting * update comment * Forgot some aliases * How is this now a missing turf Remove duplicate turf
This commit is contained in:
@@ -58,7 +58,8 @@
|
||||
|
||||
/obj/effect/overmap/visitable/simplemob/Destroy()
|
||||
UnregisterSignal(parent, COMSIG_MOVABLE_MOVED)
|
||||
qdel_null(parent)
|
||||
if(!QDELETED(parent))
|
||||
qdel_null(parent)
|
||||
return ..()
|
||||
|
||||
/obj/effect/overmap/visitable/simplemob/get_scan_data(mob/user)
|
||||
@@ -154,7 +155,8 @@
|
||||
child_om_marker = C
|
||||
|
||||
/mob/living/simple_mob/vore/overmap/Destroy()
|
||||
qdel_null(child_om_marker)
|
||||
if(!QDELETED(child_om_marker))
|
||||
qdel_null(child_om_marker)
|
||||
return ..()
|
||||
|
||||
//SHIP
|
||||
|
||||
Reference in New Issue
Block a user