Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Treats pressure tanks, connectors and omni devices as above turf #3146

Open
wants to merge 1 commit into
base: dev-sierra
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
icon = 'icons/atmos/omni_devices.dmi'
icon_state = "base"
initialize_directions = 0
level = ATOM_LEVEL_UNDER_TILE
layer = ABOVE_CATWALK_LAYER

var/configuring = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
var/on = 0
use_power = POWER_USE_OFF
uncreated_component_parts = null
level = ATOM_LEVEL_UNDER_TILE

connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_FUEL
build_icon_state = "connector"
Expand Down
4 changes: 1 addition & 3 deletions code/modules/atmospherics/components/unary/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
var/start_pressure = 25*ONE_ATMOSPHERE
var/filling // list of gas ratios to use.

level = ATOM_LEVEL_UNDER_TILE
dir = 2
initialize_directions = 2
density = TRUE
Expand Down Expand Up @@ -37,7 +36,7 @@
update_icon()

/obj/machinery/atmospherics/unary/tank/set_initial_level()
level = ATOM_LEVEL_UNDER_TILE // Always on top, apparently.
level = ATOM_LEVEL_OVER_TILE // Always on top, apparently.

// required for paint sprayers to work due to an override in pipes.dm
/obj/machinery/atmospherics/unary/tank/set_color(new_color)
Expand Down Expand Up @@ -120,7 +119,6 @@
color = PIPE_COLOR_WHITE
connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_REGULAR|CONNECT_TYPE_SCRUBBER|CONNECT_TYPE_FUEL
w_class = ITEM_SIZE_HUGE
level = ATOM_LEVEL_UNDER_TILE
dir = SOUTH
constructed_path = /obj/machinery/atmospherics/unary/tank
pipe_class = PIPE_CLASS_UNARY