Disables Perma-Spinning (for now)

This commit is contained in:
Fox-McCloud
2015-03-29 19:05:59 -04:00
parent 7e1f7a0b22
commit ae9fc03548
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -764,8 +764,6 @@
float(!has_gravity)
/mob/living/proc/float(on)
if(throwing)
return
if(on && !floating)
animate(src, pixel_y = 2, time = 10, loop = -1)
floating = 1