mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Merge pull request #3977 from Cyantime/trinary
Fixes some trinary device direction initializations
This commit is contained in:
@@ -236,8 +236,7 @@
|
||||
dir = SOUTH
|
||||
initialize_directions = SOUTH|NORTH|EAST
|
||||
|
||||
obj/machinery/atmospherics/trinary/filter/m_filter/New()
|
||||
..()
|
||||
obj/machinery/atmospherics/trinary/filter/m_filter/init_dir()
|
||||
switch(dir)
|
||||
if(NORTH)
|
||||
initialize_directions = WEST|NORTH|SOUTH
|
||||
|
||||
@@ -181,8 +181,7 @@ obj/machinery/atmospherics/trinary/mixer/t_mixer
|
||||
|
||||
//node 3 is the outlet, nodes 1 & 2 are intakes
|
||||
|
||||
obj/machinery/atmospherics/trinary/mixer/t_mixer/New()
|
||||
..()
|
||||
obj/machinery/atmospherics/trinary/mixer/t_mixer/init_dir()
|
||||
switch(dir)
|
||||
if(NORTH)
|
||||
initialize_directions = EAST|NORTH|WEST
|
||||
@@ -227,8 +226,7 @@ obj/machinery/atmospherics/trinary/mixer/m_mixer
|
||||
|
||||
//node 3 is the outlet, nodes 1 & 2 are intakes
|
||||
|
||||
obj/machinery/atmospherics/trinary/mixer/m_mixer/New()
|
||||
..()
|
||||
obj/machinery/atmospherics/trinary/mixer/m_mixer/init_dir()
|
||||
switch(dir)
|
||||
if(NORTH)
|
||||
initialize_directions = WEST|NORTH|SOUTH
|
||||
|
||||
Reference in New Issue
Block a user