TG: Adding Shiftyeyesshady's Warden Jacket.

Revision: r2987
Author: 	 petethegoat
This commit is contained in:
Ren Erthilo
2012-04-16 23:26:31 +01:00
parent 99a6e06754
commit f0d80cf300
5 changed files with 60 additions and 55 deletions

View File

@@ -170,7 +170,6 @@
return 1
if(special_action())
return 1
return 0
proc/consume_air()
@@ -184,6 +183,7 @@
if(temperature > T0C+200)
health -= 0.01 * temperature
update()
proc/expand(var/turf/T = null)
if(!prob(health)) return//TODO: Change this to prob(health + o2 mols or such)
if(!T)