Ratvar is no longer stopped by pathetic windows

This commit is contained in:
CitadelStationBot
2017-06-17 22:11:36 -05:00
parent 00a4b5ce8c
commit 7ad1ab9f0f
@@ -49,7 +49,7 @@
/obj/structure/destructible/clockwork/massive/ratvar/Bump(atom/A)
var/turf/T = get_turf(A)
if(T == loc)
T = get_step(A, A.dir) //please don't run into a window like a bird, ratvar
T = get_step(T, dir) //please don't run into a window like a bird, ratvar
forceMove(T)
/obj/structure/destructible/clockwork/massive/ratvar/Process_Spacemove()