Resolves SDMM warnings

This commit is contained in:
Heroman3003
2023-03-09 15:19:56 +10:00
committed by CHOMPStation2
parent ba25f3c417
commit d99151151c
8 changed files with 19 additions and 10 deletions

View File

@@ -42,9 +42,9 @@
/obj/machinery/atmospherics/valve/init_dir()
switch(dir)
if(NORTH || SOUTH)
if(NORTH,SOUTH)
initialize_directions = NORTH|SOUTH
if(EAST || WEST)
if(EAST,WEST)
initialize_directions = EAST|WEST
/obj/machinery/atmospherics/valve/get_neighbor_nodes_for_init()