Files
5d5d68b87b Makes the floors in the CI room indestructable (#96909)
## About The Pull Request

Switches the floors in the CI room to be indestructible. They're not,
apparently.

## Why It's Good For The Game

The walls are indestructible and not the floors. I feel like these
should be indestructible too.

## Changelog

not player facing

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2026-07-11 12:42:06 -06:00

80 lines
610 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/indestructible,
/area/misc/testroom)
"r" = (
/obj/effect/landmark/unit_test_top_right,
/turf/open/indestructible,
/area/misc/testroom)
"L" = (
/obj/effect/landmark/unit_test_bottom_left,
/turf/open/indestructible,
/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
"}