Pixel Shifting for RP

Pixel Shifting for RP
This commit is contained in:
QuoteFox
2020-07-04 11:11:31 +01:00
parent 892d4064b6
commit faf0e4fae7
6 changed files with 53 additions and 4 deletions
@@ -1,6 +1,10 @@
/mob/living/Moved()
. = ..()
update_turf_movespeed(loc)
if(is_shifted)
is_shifted = FALSE
pixel_x = get_standard_pixel_x_offset(lying)
pixel_y = get_standard_pixel_y_offset(lying)
/mob/living/toggle_move_intent()
. = ..()