Skip to content

Commit

Permalink
attaker to source roflcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Sep 20, 2024
1 parent a8e5457 commit eb6a40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/elements/reagent_attack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if(isitem(source))
RegisterSignal(source, COMSIG_ITEM_ATTACK, PROC_REF(item_attack))

if(ismob(attaker))
if(ismob(source))
RegisterSignal(source, COMSIG_MOB_PRE_UNARMED_ATTACK, PROC_REF(mob_attack))

/datum/element/reagent_attack/Detach(atom/source)
Expand Down

0 comments on commit eb6a40d

Please sign in to comment.