Skip to content

Commit

Permalink
made a new submap for the space ruin, rocky motel
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenredacted committed Dec 7, 2024
1 parent ae7f74a commit 251c371
Show file tree
Hide file tree
Showing 4 changed files with 1,349 additions and 6 deletions.
14 changes: 8 additions & 6 deletions _maps/map_files/RandomRuins/SpaceRuins/rocky_motel.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
},
/turf/simulated/floor/wood,
/area/ruin/space/powered)
"ic" = (
/obj/effect/map_effect/marker_helper/mapmanip/submap/edge,
/turf/simulated/wall,
/area/ruin/space/powered)
"iY" = (
/turf/simulated/floor/carpet/black,
/area/ruin/space/powered)
Expand Down Expand Up @@ -332,9 +336,6 @@
icon_state = "freezerfloor"
},
/area/ruin/space/powered)
"JY" = (
/turf/simulated/floor/plating,
/area/ruin/space/powered)
"Kh" = (
/obj/structure/safe/floor,
/obj/item/stack/spacecash/c200,
Expand Down Expand Up @@ -426,6 +427,7 @@
"Ub" = (
/obj/item/reagent_containers/glass/bucket,
/obj/item/mop,
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/rocky_motel/drunk_accident,
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
Expand Down Expand Up @@ -835,7 +837,7 @@ CF
zx
zx
zx
zx
ic
zx
gY
DV
Expand Down Expand Up @@ -943,7 +945,7 @@ CF
zx
zx
zx
JY
TT
Ed
zx
kP
Expand Down Expand Up @@ -997,7 +999,7 @@ Ya
Ya
CF
zx
JY
TT
zx
Ya
Aa
Expand Down
14 changes: 14 additions & 0 deletions _maps/map_files/RandomRuins/SpaceRuins/rocky_motel.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
// Submap of Rocky Motel with a pod crashed into it
"type": "SubmapExtractInsert",
"submap_size_x": 13,
"submap_size_y": 10,
"submap_size_z": 1,
"submaps_dmm": "submaps/rocky_motel_submap.dmm",
"marker_extract": "/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/rocky_motel/drunk_accident",
"marker_insert": "/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/rocky_motel/drunk_accident",
"submaps_can_repeat": true // doesn't matter, as there's only one insert marker
}

]
Loading

0 comments on commit 251c371

Please sign in to comment.