mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
kinesis can no longer be used on objects with a throw datum (#68735)
This commit is contained in:
@@ -145,6 +145,8 @@
|
||||
var/atom/movable/movable_target = target
|
||||
if(movable_target.anchored)
|
||||
return FALSE
|
||||
if(movable_target.throwing)
|
||||
return FALSE
|
||||
if(movable_target.move_resist >= MOVE_FORCE_OVERPOWERING)
|
||||
return FALSE
|
||||
if(ismob(movable_target))
|
||||
|
||||
Reference in New Issue
Block a user