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 eb96495 commit 95edb35
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 @@ -84,7 +84,8 @@
affected_mob.EyeBlur(2)
if(affected_mob.pain && affected_mob.pain.feels_pain)
affected_mob.TalkStutter(2)
affected_mob.apply_effect(2, WEAKEN)
affected_mob.KnockDown(2)
affected_mob.Stun(2)
if(!affected_mob.reagents || !affected_mob.reagents.has_reagent("inaprovaline"))
affected_mob.apply_damage(0.5, OXY)

Expand Down

0 comments on commit 95edb35

Please sign in to comment.