Skip to content

Commit

Permalink
mudskipper and shetland window fix (#3426)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Added windows to the mudskipper and shetland's engines as well for
consistency see #3434 for the Kilo fixes too.

Also seperated the Shetland's engine rooms so both buttons don't open
both sides.
Now the button in each engine room will open only it's respective side.

## Changelog

:cl:
fix: Added windows to the mudskipper and shetland's engines.
fix: Adjusted the blast doors which open on the Shetland's engines.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Jedi-Toothpaste authored Sep 24, 2024
1 parent 243ce9e commit de14f00
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions _maps/shuttles/independent/independent_mudskipper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,9 @@
dir = 4;
id = "mudskipper_engine"
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/engineering/engine)
"zR" = (
Expand Down Expand Up @@ -1670,6 +1673,9 @@
dir = 4;
id = "mudskipper_engine"
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/engineering/engine)
"MK" = (
Expand Down
24 changes: 18 additions & 6 deletions _maps/shuttles/independent/independent_shetland.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@
},
/obj/machinery/button/door{
dir = 1;
id = "amogusthrusters";
id = "shetportthrusters";
name = "Thruster Lockdown";
pixel_y = -21
},
Expand Down Expand Up @@ -2297,7 +2297,7 @@
pixel_y = 5
},
/obj/machinery/button/door{
id = "amogusthrusters";
id = "shetstarboardengine";
name = "Thruster Lockdown";
pixel_y = 24
},
Expand Down Expand Up @@ -2748,11 +2748,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetstarboardengine"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"wU" = (
Expand Down Expand Up @@ -4423,11 +4426,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetportthrusters"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Lx" = (
Expand Down Expand Up @@ -4989,11 +4995,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetportthrusters"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
"PR" = (
Expand Down Expand Up @@ -5157,11 +5166,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetstarboardengine"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"Ri" = (
Expand Down

0 comments on commit de14f00

Please sign in to comment.