- 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
This commit is contained in:
baloh.matevz
2012-08-16 03:09:24 +00:00
parent 530c5c804a
commit da317355e9
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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
@@ -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))