From 8fe049a07a50326bc7c5d96fb27cf00b56f496e4 Mon Sep 17 00:00:00 2001 From: QuickLode <63271983+QuickLode@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:05:56 -0700 Subject: [PATCH] should no longer repeat --- code/modules/mob/living/blood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index a1772690f780..0dd2e200c144 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -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)