Ratvar and Nar-Sie will no longer bounce off directional windows like birds (#23749)

* Ratvar and Nar-Sie will no longer bounce off directional windows like birds

* heh??
This commit is contained in:
Joan Lung
2017-02-08 18:30:31 +13:00
committed by oranges
parent c1f38fa51e
commit ea55e43438
2 changed files with 7 additions and 4 deletions
+4 -2
View File
@@ -63,8 +63,10 @@
/obj/singularity/narsie/Bump(atom/A)
forceMove(get_turf(A))
A.narsie_act()
var/turf/T = get_turf(A)
if(T == loc)
T = get_step(A, A.dir) //please don't slam into a window like a bird, nar-sie
forceMove(T)
/obj/singularity/narsie/mezzer()