mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes non carbon being stunned when thrown and hitting something dense.
Fixes being able to enter a disposal bin while buckled. Fixes items bouncing off delivery chute when thrown into it despite entering the chute. Fixes being able to leave disposal pipes when moving inside pipes on a janicart. Fixes some potential runtime (null loc) when flushing the disposal units. Fixes the thrown range when being ejected from a disposal pipe.
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
if(user.stat || user.stunned || user.weakened || user.paralysis)
|
||||
unbuckle_mob()
|
||||
if(istype(user.l_hand, keytype) || istype(user.r_hand, keytype))
|
||||
if(!Process_Spacemove(direction) || !has_gravity(src.loc) || move_delay)
|
||||
if(!Process_Spacemove(direction) || !has_gravity(src.loc) || move_delay || !isturf(loc))
|
||||
return
|
||||
step(src, direction)
|
||||
update_mob()
|
||||
|
||||
Reference in New Issue
Block a user