mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user