From da317355e9076327bce4d915524e7243c1e4ac88 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Thu, 16 Aug 2012 03:09:24 +0000 Subject: [PATCH] - Who ever heard of a massive revision with no follow-up revisions hotfixing bugs... noone! Removed two world << "" debug outputs from human/life.dm and added a flag that I accidentally deleted back to breath masks. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4429 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/clothing/masks/breath.dm | 2 +- code/modules/mob/living/carbon/human/life.dm | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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))