Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Apr 20, 2024
1 parent bbbd7c3 commit 4c040bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/carbon_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
adjust_jitter(10 SECONDS)
adjustOrganLoss(ORGAN_SLOT_BRAIN, 100, 199)

if(gib && siemens_coeff > 0 && stat == SOFT_CRIT)
if(gib && siemens_coeff > 0 && stat >= SOFT_CRIT)
visible_message(
span_danger("[src] body is emitting a loud noise!"), \
span_userdanger("You feel like you are about to explode!"), \
Expand Down

0 comments on commit 4c040bb

Please sign in to comment.