Merge pull request #14624 from ItsSelis/selis-sdmm

Resolves SDMM warnings
This commit is contained in:
Heroman3003
2023-03-09 15:19:56 +10:00
committed by GitHub
8 changed files with 18 additions and 12 deletions
@@ -336,10 +336,10 @@ GLOBAL_LIST_BOILERPLATE(all_singularities, /obj/singularity)
var/dir2 = 0
var/dir3 = 0
switch(direction)
if(NORTH||SOUTH)
if(NORTH,SOUTH)
dir2 = 4
dir3 = 8
if(EAST||WEST)
if(EAST,WEST)
dir2 = 1
dir3 = 2
var/turf/T2 = T