mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Add slower glide to flipping places with people
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user