Fixes several attack chain call sites (#27553)

This commit is contained in:
warriorstar-orion
2024-12-06 17:20:12 -05:00
committed by GitHub
parent 9a17eccd0d
commit d23c808e47
6 changed files with 53 additions and 19 deletions
@@ -211,7 +211,7 @@
if(S)
H.drop_item()
H.put_in_active_hand(S)
S.attack(H, H)
S.attack__legacy__attackchain(H, H)
qdel(src)
else
..()