mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes equipping items onto other people playing swing animations (#92104)
This commit is contained in:
@@ -1963,7 +1963,7 @@
|
||||
|
||||
else if(victim_human.is_blind())
|
||||
to_chat(target, span_userdanger("You feel someone trying to put something on you."))
|
||||
user.do_item_attack_animation(target, used_item = equipping)
|
||||
user.do_item_attack_animation(target, used_item = equipping, animation_type = ATTACK_ANIMATION_BLUNT)
|
||||
|
||||
to_chat(user, span_notice("You try to put [equipping] on [target]..."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user