mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Properly unreg's turf changed when space openspace is deleted [MDB IGNORE] (#22294)
* Properly unreg's turf changed when space openspace is deleted * merge conflict --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: Bloop <vinylspiders@gmail.com>
This commit is contained in:
co-authored by
LemonInTheDark
Bloop
parent
733b5b455f
commit
417d10832a
@@ -119,6 +119,9 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE)
|
||||
ignore += subtypesof(/obj/machinery/airlock_controller)
|
||||
// Always ought to have an associated escape menu. Any references it could possibly hold would need one regardless.
|
||||
ignore += subtypesof(/atom/movable/screen/escape_menu)
|
||||
// Can't spawn openspace above nothing, it'll get pissy at me
|
||||
ignore += typesof(/turf/open/space/openspace)
|
||||
ignore += typesof(/turf/open/openspace)
|
||||
|
||||
var/list/cached_contents = spawn_at.contents.Copy()
|
||||
var/original_turf_type = spawn_at.type
|
||||
|
||||
Reference in New Issue
Block a user