Skip to content

Commit

Permalink
attack_chain_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick committed Sep 20, 2024
1 parent 46bb848 commit b381da3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/_onclick/item_attack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@

add_fingerprint(user)
. |= target.proceed_attack_results(src, user, params, def_zone)
if(!ATTACK_CHAIN_SUCCESS_CHECK(.))
return .
SEND_SIGNAL(src, COMSIG_ITEM_ATTACK_SUCCESS, target, user, params, def_zone)
if(ATTACK_CHAIN_SUCCESS_CHECK(.))
SEND_SIGNAL(src, COMSIG_ITEM_ATTACK_SUCCESS, target, user, params, def_zone)



Expand Down

0 comments on commit b381da3

Please sign in to comment.