Merge pull request #11349 from monster860/pixel_erp

Pixel shifting for ERP
This commit is contained in:
Ghom
2020-03-10 18:01:52 +01:00
committed by GitHub
4 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/CanPass(atom/movable/mover, turf/target)
if((mover.pass_flags & PASSMOB))