Skip to content

Commit

Permalink
Minor Colossus Filter Fix (#3442)
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

Swaps the positions of the filters on the Colossus so that oxygen is
filtered to the oxygen tank, and nitrogen is filtered into the nitrogen
tank.


![image](https://github.com/user-attachments/assets/253af707-0d9d-4b29-9369-bae5d3ac2c64)

## Why It's Good For The Game

I know that a rework for the Colossus is in progress, but I felt that a
minor fix wouldn't hurt, in the meantime. This prevents pure tanks from
being contaminated with gasses that are not supposed to be there,
messing up the overall gas mix composition of the air.

## Changelog

:cl:
fix: fixed the waste and scrubber gas reclamation filters on the
colossus
/: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
zimon9 authored Oct 4, 2024
1 parent e5ffcaa commit 0306478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _maps/shuttles/inteq/inteq_colossus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3032,9 +3032,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{
dir = 1
},
/obj/machinery/power/terminal{
dir = 4
},
Expand All @@ -3045,6 +3042,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
/obj/machinery/atmospherics/pipe/simple/orange/hidden/layer1,
/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{
dir = 1
},
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"HD" = (
Expand Down Expand Up @@ -3975,13 +3975,13 @@
/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/components/trinary/filter/atmos/o2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
/obj/machinery/atmospherics/pipe/simple/orange/hidden/layer1,
/obj/machinery/atmospherics/components/trinary/filter/atmos/n2,
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"Sg" = (
Expand Down

0 comments on commit 0306478

Please sign in to comment.