Add slower glide to flipping places with people

This commit is contained in:
Aronai Sieyes
2020-05-02 19:14:29 -04:00
parent 04a9e6a2e7
commit 2e90659869
@@ -400,7 +400,9 @@
var/turf/newloc = G.affecting.loc
if(isturf(oldloc) && isturf(newloc))
SpinAnimation(5,1)
glide_for(6) // This and the glide_for below are purely arbitrary. Pick something that looks aesthetically pleasing.
forceMove(newloc)
G.glide_for(6)
G.affecting.forceMove(oldloc)
message = "<B>[src]</B> flips over [G.affecting]!"
else