Skip to content

Commit

Permalink
Update code/datums/effects/mob_crit/human_crit.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 23a6b58 commit 79f842a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/datums/effects/mob_crit/human_crit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
qdel(src)
return FALSE

affected_mob.apply_effect(3, WEAKEN)
affected_mob.KnockDown(3)
affected_mob.Stun(3)
if(!affected_mob.reagents || !affected_mob.reagents.has_reagent("inaprovaline"))
affected_mob.apply_damage(1, OXY)

Expand Down

0 comments on commit 79f842a

Please sign in to comment.