Choking will no longer cause almost instant knockout.

The item strip window will no longer steal focus and refresh every second.

PDA:
Security/Medical records now show rank
Detective gets his own cart that has sec/med/manifest

Pipes:
They will no longer radiate heat and have more or less been removed from the process list.
This should reduce lag from the atmos system quite a bit.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1965 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-01 05:55:02 +00:00
parent 2224916ab9
commit dd645687de
17 changed files with 4922 additions and 4882 deletions

View File

@@ -45,7 +45,7 @@ obj/machinery/atmospherics/binary/pump
return
process()
..()
// ..()
if(stat & (NOPOWER|BROKEN))
return
if(!on)

View File

@@ -41,7 +41,7 @@ obj/machinery/atmospherics/binary/volume_pump
return
process()
..()
// ..()
if(!on)
return 0