diff --git a/code/mob/living/carbon/human/procs/emote.dm b/code/mob/living/carbon/human/procs/emote.dm index e5ca0a7ba3836..b028c7de640d1 100644 --- a/code/mob/living/carbon/human/procs/emote.dm +++ b/code/mob/living/carbon/human/procs/emote.dm @@ -2328,7 +2328,7 @@ else gas.farts = 0.69 if(src.bioHolder.HasEffect("radioactive_farts")) - gas.radgas = RADGAS_MINIMUM_CONTAMINATION_MOLES + gas.radgas = 2 gas.temperature = T20C gas.volume = R_IDEAL_GAS_EQUATION * T20C / 1000 if (T) diff --git a/code/modules/medical/genetics/bioEffects/harmful.dm b/code/modules/medical/genetics/bioEffects/harmful.dm index 44598dcec2a05..a5c407360bac9 100644 --- a/code/modules/medical/genetics/bioEffects/harmful.dm +++ b/code/modules/medical/genetics/bioEffects/harmful.dm @@ -433,7 +433,7 @@ blockGaps = 3 isBad = 1 stability_loss = 10 - msgGain = "You feel a strange radiate from your bowels." + msgGain = "You feel a strange energy radiate from your bowels." msgLose = "Your intestines are no longer glowing." reclaim_fail = 15 icon_state = "bad"