Skip to content

Commit

Permalink
Update species.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe committed Dec 23, 2023
1 parent a3cf718 commit f1712ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ GLOBAL_LIST_EMPTY(features_by_species)
return

/datum/species/proc/help(mob/living/carbon/human/user, mob/living/carbon/human/target, datum/martial_art/attacker_style)
if(user.try_extinguish(target))
if(target.try_extinguish(user))
return 1
else if(!((target.health < 0 || HAS_TRAIT(target, TRAIT_FAKEDEATH)) && !(target.mobility_flags & MOBILITY_STAND)))
target.help_shake_act(user)
Expand Down

0 comments on commit f1712ef

Please sign in to comment.