From 3e10ee04f66136aec4c76fcba7eef9f939846bd4 Mon Sep 17 00:00:00 2001 From: LanCartwright Date: Thu, 31 Dec 2015 01:54:49 +0000 Subject: [PATCH] god dammit --- code/datums/diseases/tuberculosis.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/diseases/tuberculosis.dm b/code/datums/diseases/tuberculosis.dm index a9e5d028082..19fed9d99db 100644 --- a/code/datums/diseases/tuberculosis.dm +++ b/code/datums/diseases/tuberculosis.dm @@ -22,7 +22,7 @@ if(prob(2)) affected_mob << "Your stomach violently rumbles!" if(prob(2)) - affected_mob << "You feel a cavity in your lung forming." + affected_mob << "You feel a sharp pain from your lower chest!" affected_mob.adjustOxyLoss(5) affected_mob.emote("gasp") if(prob(5)) @@ -40,7 +40,7 @@ if(4) if(prob(2)) - affected_mob << "[pick("You feel your heart slowing...", "You slow your heartbeat.")]" + affected_mob << "[pick("You feel your heart slowing...", "You relax and slow your heartbeat.")]" affected_mob.adjustStaminaLoss(70) if(prob(10)) affected_mob.adjustStaminaLoss(100)