mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 08:39:12 +01:00
[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:
co-authored by
Guti
Cameron Lennox
parent
80a413f675
commit
62dd29255b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user