some fixes
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
if(mover in buckled_mobs)
|
||||
return TRUE
|
||||
var/mob/living/L = mover //typecast first, check isliving and only check this if living using short circuit
|
||||
return (!density || (isliving(mover) && !mover.density && L.can_move_under_living(src)))
|
||||
return (!density || (!mover.density && (!isliving(mover) || L.can_move_under_living(src))))
|
||||
|
||||
/mob/living/toggle_move_intent()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user