Merge pull request #14111 from Arturlang/revenant_TK

[READY]Gives the revenant TK
This commit is contained in:
silicons
2021-01-25 23:17:09 -07:00
committed by GitHub
20 changed files with 164 additions and 31 deletions
+2 -2
View File
@@ -574,8 +574,8 @@
return TRUE
//TODO: Better floating
/atom/movable/proc/float(on)
if(throwing)
/atom/movable/proc/float(on, throw_override)
if(throwing || !throw_override)
return
if(on && !(movement_type & FLOATING))
animate(src, pixel_y = 2, time = 10, loop = -1, flags = ANIMATION_RELATIVE)