Fixes Dreamchecker warnings in the codebase (#17422)

This commit is contained in:
SteelSlayer
2022-02-23 01:36:02 -06:00
committed by GitHub
parent 2828ac31fb
commit 7131a3f2e2
12 changed files with 23 additions and 99 deletions
@@ -335,10 +335,10 @@
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