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)