Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Oct 2, 2024
1 parent b048754 commit 7f96eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/mob/living/carbon/human/procs/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/medical/genetics/bioEffects/harmful.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f96eba

Please sign in to comment.