Skip to content

Commit

Permalink
Fix Cthonian Platforms (#3780)
Browse files Browse the repository at this point in the history
🆑
fix: Cthonian Platforms now have proper dirs
/🆑
  • Loading branch information
Erikafox authored Nov 19, 2024
1 parent 6a658fe commit 7b9cad5
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions _maps/shuttles/pgf/pgf_woeful_cthonian.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
/obj/structure/catwalk/over,
/obj/structure/platform{
dir = 8
dir = 4
},
/turf/open/floor/plating,
/area/ship/engineering)
Expand Down Expand Up @@ -922,7 +922,7 @@
},
/obj/structure/catwalk/over,
/obj/structure/platform{
dir = 8
dir = 4
},
/turf/open/floor/plating,
/area/ship/engineering)
Expand Down Expand Up @@ -983,7 +983,7 @@
/obj/machinery/light/directional/north,
/obj/machinery/power/ship_gravity,
/obj/structure/platform{
dir = 8
dir = 4
},
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
Expand Down Expand Up @@ -1033,9 +1033,6 @@
/obj/machinery/turretid/ship{
pixel_x = 26
},
/obj/machinery/computer/cargo{
dir = 8
},
/obj/effect/turf_decal/techfloor{
dir = 4
},
Expand All @@ -1046,7 +1043,12 @@
name = "bridge shutter control"
},
/obj/structure/platform/ship_two{
dir = 8
dir = 5
},
/obj/machinery/computer/cargo{
dir = 8;
layer = 3.1;
pixel_y = -2
},
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
Expand Down Expand Up @@ -1094,10 +1096,12 @@
dir = 4
},
/obj/machinery/computer/helm{
dir = 8
dir = 8;
layer = 3.1;
pixel_y = 5
},
/obj/structure/platform/ship_two{
dir = 8
dir = 6
},
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
Expand Down Expand Up @@ -1366,13 +1370,14 @@
/obj/structure/table/reinforced,
/obj/item/radio/intercom/wideband/table{
dir = 4;
pixel_y = 4
pixel_y = 0;
pixel_x = 1
},
/obj/item/desk_flag/gezena{
pixel_x = 8
},
/obj/structure/platform/ship_two{
dir = 8
dir = 4
},
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
Expand Down Expand Up @@ -3246,7 +3251,7 @@
},
/obj/machinery/light/directional/south,
/obj/structure/platform{
dir = 8
dir = 4
},
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
Expand Down

0 comments on commit 7b9cad5

Please sign in to comment.