- Tweaked cryo healing speed

- Added crawl-trough-vent travel time
- Tweaked placement of utility belt contents window & fixed one related small bug
- Added metabolization for several reagents 
- Other small tweaks

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@273 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2010-10-13 13:12:25 +00:00
parent 7115768551
commit 1909ee2e91
9 changed files with 5861 additions and 5813 deletions

View File

@@ -7,7 +7,7 @@
level = 1
var/id_tag
var/id_tag = null
var/frequency = 1439
var/datum/radio_frequency/radio_connection
@@ -104,7 +104,10 @@
process()
..()
broadcast_status()
if(!(stat & (NOPOWER|BROKEN)))
broadcast_status()
else
return 0
if(!on)
return 0
@@ -184,7 +187,7 @@
if(panic)
on = 1
scrubbing = 0
volume_rate = 500
volume_rate = 2000
else
scrubbing = 1
volume_rate = 120