Skip to content

Commit

Permalink
fix Whiskey Outpost Chem master will now be connected to the smartfri…
Browse files Browse the repository at this point in the history
…dge. (#4215)

# About the pull request
fixes: #4207
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Whiskey Outpost Chem master will now be connected to the
smartfridge.
/:cl:

Co-authored-by: Julien <[email protected]>
  • Loading branch information
Huffie56 and Julien authored Aug 22, 2023
1 parent a8525bd commit c4563d5
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,9 @@
"dl" = (
/turf/closed/wall/r_wall/unmeltable,
/area/whiskey_outpost/inside/hospital)
"dn" = (
/turf/open/space/basic,
/area/whiskey_outpost/inside/caves)
"dr" = (
/obj/structure/window/reinforced{
dir = 4;
Expand Down Expand Up @@ -1062,7 +1065,7 @@
/turf/open/gm/dirt,
/area/whiskey_outpost/inside/caves/tunnel)
"dV" = (
/obj/structure/machinery/chem_master,
/obj/structure/machinery/chem_dispenser,
/turf/open/floor{
dir = 9;
icon_state = "whitegreen"
Expand Down Expand Up @@ -1203,9 +1206,8 @@
/turf/open/gm/dirt,
/area/whiskey_outpost/inside/caves/tunnel)
"ez" = (
/obj/structure/machinery/chem_dispenser,
/obj/structure/machinery/light/small{
dir = 8
/obj/structure/machinery/chem_master{
tether_range = 4
},
/turf/open/floor{
dir = 1;
Expand Down Expand Up @@ -1959,7 +1961,9 @@
/turf/open/gm/dirt,
/area/whiskey_outpost/outside/lane/four_north)
"he" = (
/obj/structure/machinery/chem_dispenser,
/obj/structure/machinery/chem_master{
tether_range = 4
},
/turf/open/floor{
dir = 6;
icon_state = "whitegreen"
Expand Down Expand Up @@ -2426,7 +2430,10 @@
},
/area/whiskey_outpost/outside/north/northeast)
"ix" = (
/obj/structure/machinery/chem_master,
/obj/structure/machinery/chem_dispenser,
/obj/structure/machinery/light/small{
dir = 8
},
/turf/open/floor{
dir = 10;
icon_state = "whitegreen"
Expand Down Expand Up @@ -22662,7 +22669,7 @@ mT
mT
mT
mT
mT
dn
mT
mT
dl
Expand Down Expand Up @@ -23061,12 +23068,12 @@ mT
mT
mT
mT
dn
mT
mT
mT
mT
mT
mT
dn
mT
mT
qz
Expand Down

0 comments on commit c4563d5

Please sign in to comment.