mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[MIRROR] fixes kinesis not actually immobilizing or blocking hands of grabbed mobs [MDB IGNORE] (#23007)
* fixes kinesis not actually immobilizing or blocking hands of grabbed mobs (#77498) ## About The Pull Request FUCK ## Why It's Good For The Game shit ## Changelog 🆑 fix: fixes kinesis not actually immobilizing or blocking hands of grabbed mobs /🆑 * fixes kinesis not actually immobilizing or blocking hands of grabbed mobs --------- Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
/obj/item/mod/module/anomaly_locked/kinesis/proc/grab_atom(atom/movable/target)
|
||||
grabbed_atom = target
|
||||
if(isliving(grabbed_atom))
|
||||
add_traits(grabbed_atom, list(TRAIT_IMMOBILIZED, TRAIT_HANDS_BLOCKED), REF(src))
|
||||
grabbed_atom.add_traits(list(TRAIT_IMMOBILIZED, TRAIT_HANDS_BLOCKED), REF(src))
|
||||
RegisterSignal(grabbed_atom, COMSIG_MOB_STATCHANGE, PROC_REF(on_statchange))
|
||||
ADD_TRAIT(grabbed_atom, TRAIT_NO_FLOATING_ANIM, REF(src))
|
||||
RegisterSignal(grabbed_atom, COMSIG_MOVABLE_SET_ANCHORED, PROC_REF(on_setanchored))
|
||||
|
||||
Reference in New Issue
Block a user