Skip to content

Commit

Permalink
Nebula Air Supply (#6723)
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
Changes the Nebula Air Supply
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Because it works without having to break into the super pressure chamber
to fix it.
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog
Removes two useless pumps, replacing it with one high power pump and
activates the vent.
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

:cl:
add: added a high power pump
del: removed two regular pumps
tweak: activates the vent in the Nebula air supply

<!-- 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
washikarasu authored Sep 4, 2024
1 parent 2969f97 commit 784368f
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions maps/sectors/tradeport_192/levels/tradeport_192.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6033,18 +6033,8 @@
/turf/simulated/floor/tiled/dark,
/area/shuttle/trade_ship/cockpit)
"vA" = (
/obj/machinery/atmospherics/component/unary/vent_pump{
dir = 4;
external_pressure_bound = 0;
external_pressure_bound_default = 0;
frequency = null;
icon_state = "map_vent_in";
initialize_directions = 1;
internal_pressure_bound = 4000;
internal_pressure_bound_default = 4000;
pressure_checks = 2;
pressure_checks_default = 2;
pump_direction = 0
/obj/machinery/atmospherics/component/unary/vent_pump/siphon/on{
dir = 4
},
/turf/simulated/floor/reinforced/airmix,
/area/tradeport/atmospherics)
Expand Down Expand Up @@ -14149,9 +14139,10 @@
/turf/simulated/floor/outdoors/beach/sand/desert/indoors,
/area/tradeport/safarizoo)
"YT" = (
/obj/machinery/atmospherics/component/binary/pump/on{
/obj/machinery/atmospherics/component/binary/pump/high_power/on{
dir = 1;
name = "Airmix to Distro"
name = "Air Supply";
target_pressure = 1000
},
/turf/simulated/floor/plating,
/area/tradeport/atmospherics)
Expand Down Expand Up @@ -14294,14 +14285,14 @@
/turf/simulated/floor/wmarble,
/area/tradeport/cafeteria)
"Zu" = (
/obj/machinery/atmospherics/component/binary/pump/on{
dir = 4
},
/obj/effect/floor_decal/industrial/warning{
dir = 8
},
/obj/effect/debris/cleanable/blood/gibs/robot/limb,
/obj/effect/floor_decal/rust,
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 4
},
/turf/simulated/floor/plating,
/area/tradeport/atmospherics)
"Zv" = (
Expand Down

0 comments on commit 784368f

Please sign in to comment.