mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
you can no longer kinesis the chair you are buckled to (#25561)
This commit is contained in:
@@ -161,6 +161,8 @@
|
||||
return FALSE
|
||||
if(iseffect(target))
|
||||
return FALSE
|
||||
if(locate(mod.wearer) in target)
|
||||
return FALSE
|
||||
var/atom/movable/movable_target = target
|
||||
if(movable_target.anchored)
|
||||
return FALSE
|
||||
@@ -168,6 +170,8 @@
|
||||
return FALSE
|
||||
if(movable_target.move_resist >= MOVE_FORCE_OVERPOWERING)
|
||||
return FALSE
|
||||
if(locate(mod.wearer) in movable_target.buckled_mobs)
|
||||
return FALSE
|
||||
if(ismob(movable_target))
|
||||
if(!isliving(movable_target))
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user