Merge pull request #5888 from CHOMPStation2/upstream-merge-14624

[MIRROR] Resolves SDMM warnings
This commit is contained in:
Nadyr
2023-03-17 00:53:08 -04:00
committed by GitHub
8 changed files with 16 additions and 10 deletions

View File

@@ -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