Skip to content

Commit

Permalink
Update code/datums/effects/pain/human_pain.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
Merrgear and Doubleumc committed Aug 19, 2024
1 parent 79f842a commit eb96495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/datums/effects/pain/human_pain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@

var/mob/living/carbon/affected_mob = affected_atom
if(do_once)
affected_mob.apply_effect(3, WEAKEN)
affected_mob.KnockDown(3)
affected_mob.Stun(3)
do_once = FALSE

affected_mob.EyeBlur(2)
Expand Down

0 comments on commit eb96495

Please sign in to comment.