Something about the in operator and spaceDMM version update.

This commit is contained in:
Ghommie
2020-02-10 07:37:59 +01:00
parent feadfae8f6
commit c34714cb90
36 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ GLOBAL_LIST_EMPTY(dirty_vars)
if(!(locate(/obj/structure/grille) in T))
var/window_check = 0
for(var/obj/structure/window/W in T)
if (W.dir == turn(C1.dir,180) || W.dir in list(5,6,9,10) )
if(W.dir == turn(C1.dir,180) || (W.dir in list(5,6,9,10)))
window_check = 1
break
if(!window_check)