diff --git a/code/modules/clothing/masks/breath.dm b/code/modules/clothing/masks/breath.dm index b5399517d95..08e60eadafa 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -3,7 +3,7 @@ name = "breath mask" icon_state = "breath" item_state = "breath" - flags = FPRINT | TABLEPASS | MASKCOVERSMOUTH | + flags = FPRINT | TABLEPASS | MASKCOVERSMOUTH | MASKINTERNALS w_class = 2 gas_transfer_coefficient = 0.10 permeability_coefficient = 0.50 diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 5b5abf245de..c9fce0a4531 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -319,7 +319,6 @@ if (!wear_mask || !(wear_mask.flags & MASKINTERNALS) ) internal = null if(internal) - world << "Breath from internal" return internal.remove_air_volume(volume_needed) else if(internals) internals.icon_state = "internal0" @@ -426,7 +425,6 @@ if(prob(20)) spawn(0) emote(pick("giggle", "laugh")) - world << "breath temperature = [breath.temperature]" if( (abs(310.15 - breath.temperature) > 50) && !(COLD_RESISTANCE in mutations)) // Hot air hurts :( if(breath.temperature < 260.15) if(prob(20))