Adds a maint ruin with the experimental tools (#20551)

* Secure loot or something idk

* get rid of random loot just replaces it with a safe
This commit is contained in:
Redmoogle
2023-10-22 19:20:40 -04:00
committed by GitHub
parent aa8378b907
commit 17ac5f8437
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/open/floor/plating,
/area/template_noop)
"t" = (
/obj/effect/decal/cleanable/shreds,
/turf/open/floor/plating,
/area/template_noop)
"w" = (
/obj/item/crowbar/red/caravan,
/obj/item/wirecutters/caravan,
/obj/item/wrench/caravan,
/obj/item/screwdriver/caravan,
/obj/structure/safe{
number_of_tumblers = 6
},
/obj/machinery/light/floor,
/turf/open/floor/plating,
/area/template_noop)
(1,1,1) = {"
a
a
t
a
a
"}
(2,1,1) = {"
t
a
w
a
a
"}
(3,1,1) = {"
a
a
a
a
t
"}

View File

@@ -643,6 +643,11 @@
suffix = "3x5_checkpoint.dmm"
name = "Maint checkpoint"
/datum/map_template/ruin/station/maint/threexfive/experimental
id = "experimental"
suffix = "3x5_experimental.dmm"
name = "Secure Loot"
/datum/map_template/ruin/station/maint/threexfive/hank
id = "hank"
suffix = "3x5_hank.dmm"