Fixes equipping items onto other people playing swing animations (#92104)

This commit is contained in:
SmArtKar
2025-07-19 20:29:28 -04:00
committed by Roxy
parent 498a0e59f6
commit a0c3a97d94
+1 -1
View File
@@ -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]..."))