Update parallax.dm (#37868)

removes the parallelx runtimes
This commit is contained in:
CitrusGender
2018-05-17 11:16:54 -04:00
committed by letterjay
parent 56544307ec
commit a00fc47d1e
+2
View File
@@ -167,6 +167,8 @@
/datum/hud/proc/update_parallax()
var/client/C = mymob.client
var/turf/posobj = get_turf(C.eye)
if(!posobj)
return
var/area/areaobj = posobj.loc
// Update the movement direction of the parallax if necessary (for shuttles)