mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -45,7 +45,7 @@ obj/machinery/atmospherics/binary/pump
|
||||
return
|
||||
|
||||
process()
|
||||
..()
|
||||
// ..()
|
||||
if(stat & (NOPOWER|BROKEN))
|
||||
return
|
||||
if(!on)
|
||||
|
||||
@@ -41,7 +41,7 @@ obj/machinery/atmospherics/binary/volume_pump
|
||||
return
|
||||
|
||||
process()
|
||||
..()
|
||||
// ..()
|
||||
if(!on)
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user