mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Adds baseturf helpers to create and destroy ignore list [MDB IGNORE] (#12698)
* Adds baseturf helpers to create and destroy ignore list (#65910) This simply adds baseturf helpers to the ignore list of create and destroy to prevent future issues. Currently only breaks downstream. If you add more than 10 baseturf helpers, the CI test will fail. * Adds baseturf helpers to create and destroy ignore list Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
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
|
||||
ignore += typesof(/obj/shapeshift_holder)
|
||||
//No tauma to pass in
|
||||
|
||||
Reference in New Issue
Block a user