This commit is contained in:
kevinz000
2020-05-30 00:42:41 -07:00
parent ae9fc5789d
commit f63bc2e2d3
6 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
update_pixel_shifting()
/mob/living/proc/update_pixel_shifting(moved = FALSE)
if(active_blocking)
if(combat_flags & COMBAT_FLAG_ACTIVE_BLOCKING)
animate(src, pixel_x = get_standard_pixel_x_offset(), pixel_y = get_standard_pixel_y_offset(), time = 2.5, flags = ANIMATION_END_NOW)
else if(moved)
if(is_shifted)