Fix gliding animations with diagonal movement.

- Timing of glides so they take twice as long as cardinal moves.
- Fix smooth glide of pulled objects when moving diagonally.
This commit is contained in:
Leshana
2021-07-06 20:37:19 -04:00
parent 0acd01049c
commit a89552ac11
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
/mob/living
var/ooc_notes = null
appearance_flags = TILE_BOUND|PIXEL_SCALE|KEEP_TOGETHER
appearance_flags = TILE_BOUND|PIXEL_SCALE|KEEP_TOGETHER|LONG_GLIDE
var/hunger_rate = DEFAULT_HUNGER_FACTOR
//custom say verbs
var/custom_say = null