Skip to content

Commit

Permalink
Fixes the unusable machine frames in DS2 and Interdyne (#2253)
Browse files Browse the repository at this point in the history
* swaps the machines to the secured subtype

* shuttle too

Co-authored-by: sqn <[email protected]>
Co-authored-by: Iajret <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2024
1 parent 4aefee5 commit 91479a8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions _maps/shuttles/nova/ruin_interdyne_cargo.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
/turf/open/floor/iron/dark/textured_large,
/area/shuttle/interdyne_cargo)
"f" = (
/obj/structure/frame/machine{
anchored = 1;
state = 2;
icon_state = "box_1"
},
/obj/item/circuitboard/machine/ore_redemption,
/obj/item/assembly/igniter,
/obj/effect/turf_decal/delivery,
Expand All @@ -23,6 +18,7 @@
req_access = list("syndicate");
id = "interdyneshuttle"
},
/obj/structure/frame/machine/secured,
/turf/open/floor/iron/dark/textured_large,
/area/shuttle/interdyne_cargo)
"g" = (
Expand All @@ -34,13 +30,9 @@
/area/shuttle/interdyne_cargo)
"i" = (
/obj/machinery/light/small/red/directional/south,
/obj/structure/frame/machine{
anchored = 1;
state = 2;
icon_state = "box_1"
},
/obj/item/circuitboard/machine/ore_silo,
/obj/effect/turf_decal/delivery,
/obj/structure/frame/machine/secured,
/turf/open/floor/iron/dark/textured_large,
/area/shuttle/interdyne_cargo)
"k" = (
Expand Down

0 comments on commit 91479a8

Please sign in to comment.