mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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:
@@ -130,7 +130,9 @@ obj/machinery/atmospherics/valve
|
||||
|
||||
process()
|
||||
..()
|
||||
if(open && (!node1 || !node2))
|
||||
machines.Remove(src)
|
||||
|
||||
/* if(open && (!node1 || !node2))
|
||||
close()
|
||||
if(!node1)
|
||||
if(!nodealert)
|
||||
@@ -142,7 +144,7 @@ obj/machinery/atmospherics/valve
|
||||
nodealert = 1
|
||||
else if (nodealert)
|
||||
nodealert = 0
|
||||
|
||||
*/
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user