Skip to content

Commit

Permalink
should no longer repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Oct 9, 2023
1 parent 1ca75af commit 8fe049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
if(BLOOD_VOLUME_SURVIVE to BLOOD_VOLUME_BAD)
if(species.flags & IS_SYNTHETIC)
if(prob(10))
apply_effect(rand(2,3), PARALYZE)
apply_effect(rand(1,2), PARALYZE)
to_chat(src, SPAN_DANGER("Critical power cell failure detected.\nSeek recharging station immediately."))
else
if(eye_blurry < 50)
Expand Down

0 comments on commit 8fe049a

Please sign in to comment.