mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
fix some misplaced set_dir()s
fixes part of #7284 fixes #7288 fixes one of #7287 Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
obj/machinery/atmospherics/binary
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH
|
||||
use_power = 1
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
name = "Connector Port"
|
||||
desc = "For connecting portables devices related to atmospherics control."
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
|
||||
var/obj/machinery/portable_atmospherics/connected_device
|
||||
|
||||
@@ -248,7 +248,7 @@
|
||||
/obj/machinery/atmospherics/trinary/filter/m_filter
|
||||
icon_state = "mmap"
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH|EAST
|
||||
|
||||
obj/machinery/atmospherics/trinary/filter/m_filter/New()
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
obj/machinery/atmospherics/trinary/mixer/t_mixer
|
||||
icon_state = "tmap"
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|EAST|WEST
|
||||
|
||||
//node 3 is the outlet, nodes 1 & 2 are intakes
|
||||
@@ -227,7 +227,7 @@ obj/machinery/atmospherics/trinary/mixer/t_mixer/initialize()
|
||||
obj/machinery/atmospherics/trinary/mixer/m_mixer
|
||||
icon_state = "mmap"
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH|EAST
|
||||
|
||||
//node 3 is the outlet, nodes 1 & 2 are intakes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
obj/machinery/atmospherics/trinary
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH|WEST
|
||||
use_power = 1
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
desc = "A pipe valve"
|
||||
|
||||
level = 1
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH|WEST
|
||||
|
||||
var/state = 0 // 0 = go straight, 1 = go to side
|
||||
|
||||
@@ -6,7 +6,7 @@ obj/machinery/atmospherics/unary/oxygen_generator
|
||||
name = "Oxygen Generator"
|
||||
desc = ""
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
|
||||
var/on = 0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/machinery/atmospherics/unary
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
//layer = TURF_LAYER+0.1
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
desc = "A pipe valve"
|
||||
|
||||
level = 1
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH
|
||||
|
||||
var/open = 0
|
||||
|
||||
@@ -115,7 +115,7 @@ obj/machinery/atmospherics/mains_pipe/simple
|
||||
name = "mains pipe"
|
||||
desc = "A one meter section of 3-line mains pipe"
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_mains_directions = SOUTH|NORTH
|
||||
|
||||
New()
|
||||
@@ -196,7 +196,7 @@ obj/machinery/atmospherics/mains_pipe/manifold
|
||||
name = "manifold pipe"
|
||||
desc = "A manifold composed of mains pipes"
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_mains_directions = EAST|NORTH|WEST
|
||||
volume = 105
|
||||
|
||||
@@ -261,7 +261,7 @@ obj/machinery/atmospherics/mains_pipe/manifold4w
|
||||
name = "manifold pipe"
|
||||
desc = "A manifold composed of mains pipes"
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_mains_directions = EAST|NORTH|WEST|SOUTH
|
||||
volume = 105
|
||||
|
||||
@@ -504,7 +504,7 @@ obj/machinery/atmospherics/mains_pipe/cap
|
||||
name = "pipe cap"
|
||||
desc = "A cap for the end of a mains pipe"
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
volume = 35
|
||||
|
||||
@@ -546,7 +546,7 @@ obj/machinery/atmospherics/mains_pipe/valve
|
||||
|
||||
var/open = 1
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_mains_directions = SOUTH|NORTH
|
||||
|
||||
New()
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
|
||||
volume = ATMOS_DEFAULT_VOLUME_PIPE
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH
|
||||
|
||||
var/obj/machinery/atmospherics/node1
|
||||
@@ -406,7 +406,7 @@
|
||||
|
||||
volume = ATMOS_DEFAULT_VOLUME_PIPE * 1.5
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = EAST|NORTH|WEST
|
||||
|
||||
var/obj/machinery/atmospherics/node1
|
||||
@@ -658,7 +658,7 @@
|
||||
|
||||
volume = ATMOS_DEFAULT_VOLUME_PIPE * 2
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = NORTH|SOUTH|EAST|WEST
|
||||
|
||||
var/obj/machinery/atmospherics/node1
|
||||
@@ -918,7 +918,7 @@
|
||||
|
||||
volume = 35
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
|
||||
var/obj/machinery/atmospherics/node
|
||||
@@ -1042,7 +1042,7 @@
|
||||
var/start_pressure = 25*ONE_ATMOSPHERE
|
||||
|
||||
level = 1
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
density = 1
|
||||
|
||||
@@ -1220,7 +1220,7 @@
|
||||
|
||||
volume = 250
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
|
||||
var/build_killswitch = 1
|
||||
|
||||
@@ -10,7 +10,7 @@ obj/machinery/atmospherics/pipe/zpipe
|
||||
|
||||
volume = 70
|
||||
|
||||
set_dir(SOUTH)
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH
|
||||
|
||||
var/obj/machinery/atmospherics/node1 //connection on the same Z
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
var/hitsound = 'sound/weapons/smash.ogg' //sound door makes when hit with a weapon
|
||||
|
||||
//Multi-tile doors
|
||||
set_dir(EAST)
|
||||
dir = EAST
|
||||
var/width = 1
|
||||
|
||||
/obj/machinery/door/New()
|
||||
|
||||
Reference in New Issue
Block a user