TG: Mecha no longer crush their occupants if you switch to internal pressure.

(Normally.)
Bugfix:  Not all suits now protect from air pressure. r2887
This commit is contained in:
Ren Erthilo
2012-03-26 23:57:50 +01:00
parent dd2b3cc816
commit 09204ad111
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -648,7 +648,7 @@
//Account for massive pressure differences. Done by Polymorph
var/pressure = environment.return_pressure()
if(!istype(wear_suit, /obj/item/clothing/suit/space)&&!istype(wear_suit, /obj/item/clothing/suit/armor/captain))
if(!istype(wear_suit, /obj/item/clothing/suit/space))
/*if(pressure < 20)
if(prob(25))
src << "You feel the splittle on your lips and the fluid on your eyes boiling away, the capillteries in your skin breaking."