From 4c470782246fc4c7b6c5956e04e30e39d846d11e Mon Sep 17 00:00:00 2001 From: SierraKomodo <11140088+SierraKomodo@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:34:52 +0300 Subject: [PATCH] [MIRROR] Remove arterial bleed confusion --- code/modules/organs/internal/heart.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/organs/internal/heart.dm b/code/modules/organs/internal/heart.dm index 6eff2c4fcfd01..98c3576101bb0 100644 --- a/code/modules/organs/internal/heart.dm +++ b/code/modules/organs/internal/heart.dm @@ -178,8 +178,6 @@ SPAN_DANGER("Blood sprays out from \the [owner]'s [spray_organ]!"), FONT_HUGE(SPAN_DANGER("Blood sprays out from your [spray_organ]!")) ) - owner.set_confused(1) - owner.eye_blurry = 2 //AB occurs every heartbeat, this only throttles the visible effect next_blood_squirt = world.time + 80