mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Mapping helpers are ignored by create and destroy (#66353)
This commit is contained in:
@@ -23,13 +23,11 @@
|
||||
/obj/structure/holosign/robot_seat,
|
||||
//Singleton
|
||||
/mob/dview,
|
||||
//Requires a circuit url
|
||||
/obj/effect/mapping_helpers/circuit_spawner,
|
||||
//Template type
|
||||
/obj/item/bodypart,
|
||||
)
|
||||
//Say it with me now, type template
|
||||
ignore += typesof(/obj/effect/mapping_helpers/atom_injector)
|
||||
ignore += typesof(/obj/effect/mapping_helpers)
|
||||
//This turf existing is an error in and of itself
|
||||
ignore += typesof(/turf/baseturf_skipover)
|
||||
ignore += typesof(/turf/baseturf_bottom)
|
||||
@@ -50,8 +48,6 @@
|
||||
//We don't have a pod
|
||||
ignore += typesof(/obj/effect/pod_landingzone_effect)
|
||||
ignore += typesof(/obj/effect/pod_landingzone)
|
||||
//It's a trapdoor to nowhere
|
||||
ignore += typesof(/obj/effect/mapping_helpers/trapdoor_placer)
|
||||
//We have a baseturf limit of 10, adding more than 10 baseturf helpers will kill CI, so here's a future edge case to fix.
|
||||
ignore += typesof(/obj/effect/baseturf_helper)
|
||||
//There's no shapeshift to hold
|
||||
|
||||
Reference in New Issue
Block a user