Merge pull request #1654 from Citadel-Station-13/upstream-merge-28515

[MIRROR] Ratvar is no longer stopped by pathetic windows
This commit is contained in:
LetterJay
2017-06-17 22:52:25 -05:00
committed by GitHub
@@ -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()