mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user