[MIRROR] Adds a Bluespace Connection component (#11860)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-24 00:54:49 -04:00
committed by GitHub
co-authored by Guti Cameron Lennox
parent 80a413f675
commit 62dd29255b
10 changed files with 163 additions and 3 deletions
+8
View File
@@ -295,3 +295,11 @@
/// In landmarks.dm and not unit_test.dm so it is always active in the mapping tools.
/obj/effect/landmark/unit_test_top_right
name = "unit test zone top right"
/obj/effect/landmark/bslocker
name = "bslocker spawn"
/obj/effect/landmark/bslocker/Initialize(mapload)
. = ..()
var/obj/structure/closet/closet = new /obj/structure/closet/bluespace(loc)
GLOB.bslockers.Add(closet)