Update modifyvariables.dm

This commit is contained in:
LetterJay
2017-10-12 02:54:26 -05:00
committed by GitHub
parent 4c10fe270f
commit 6ed7f455b7
@@ -437,14 +437,9 @@ GLOBAL_PROTECT(VVpixelmovement)
if(default == VV_NUM)
var/dir_text = ""
<<<<<<< HEAD
if(dir < 0 && dir < 16)
if(dir & 1)
=======
var/tdir = variable
if(tdir > 0 && tdir < 16)
if(tdir & 1)
>>>>>>> 428922c... Fixes VVing associated values in lists when the value was a number. (#31511)
dir_text += "NORTH"
if(dir & 2)
dir_text += "SOUTH"