[MIRROR] Reverts intercept_user_move change for flightsuits (#5630)
* Merge pull request #35830 from vuonojenmustaturska/clientsignal Reverts intercept_user_move change for flightsuits * Reverts intercept_user_move change for flightsuits
This commit is contained in:
committed by
Poojawa
parent
fe8b463203
commit
af2ae3d727
@@ -111,6 +111,9 @@
|
||||
if(mob.throwing)
|
||||
mob.throwing.finalize(FALSE)
|
||||
|
||||
for(var/obj/O in mob.user_movement_hooks)
|
||||
O.intercept_user_move(direct, mob, n, oldloc)
|
||||
|
||||
var/atom/movable/P = mob.pulling
|
||||
if(P && !ismob(P) && P.density)
|
||||
mob.dir = turn(mob.dir, 180)
|
||||
|
||||
Reference in New Issue
Block a user