Files
Bubberstation/_maps/templates/unit_tests.dmm
MrMelbert 240fd8391a Removes unused mapgenerator landmarks (#70260)
* Removes mapgenerator landmarks

* It's unused why is it missing breaking CI

* :(

* Fixes the error

create and destroy was blowing up its enclosure, exposing basic space to air, which causes runtimes because basic space has literally nothing

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2022-10-04 00:14:45 -04:00

80 lines
598 B
Plaintext

//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/indestructible,
/area/misc/testroom)
"m" = (
/turf/open/floor/iron,
/area/misc/testroom)
"r" = (
/obj/effect/landmark/unit_test_top_right,
/turf/open/floor/iron,
/area/misc/testroom)
"L" = (
/obj/effect/landmark/unit_test_bottom_left,
/turf/open/floor/iron,
/area/misc/testroom)
(1,1,1) = {"
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
m
m
m
m
L
a
"}
(3,1,1) = {"
a
m
m
m
m
m
a
"}
(4,1,1) = {"
a
m
m
m
m
m
a
"}
(5,1,1) = {"
a
m
m
m
m
m
a
"}
(6,1,1) = {"
a
r
m
m
m
m
a
"}
(7,1,1) = {"
a
a
a
a
a
a
a
"}