added WIP birdmen, tweaked / cleaned up gas turbine gens, tweaked lockdown computers and poddoors.

Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
caelaislinn
2012-05-19 03:22:42 +10:00
parent ad10341796
commit 453ffce556
9 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -15,8 +15,8 @@
New()
..()
//only load blast doors for map-defined departments for the moment
//door networks are hardcoded here.
switch(department)
if("Engineering")
//Antiqua SinguloEngineering
+2 -2
View File
@@ -30,7 +30,7 @@
return
return
/obj/machinery/door/poddoor/open()
/obj/machinery/door/poddoor/open(var/closeafterdelay = 0)
if (src.operating == 1) //doors can still open when emag-disabled
return
if (!ticker)
@@ -46,7 +46,7 @@
if(operating == 1) //emag again
src.operating = 0
if(autoclose)
if(closeafterdelay)
spawn(50)
autoclose()
return 1