mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +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:
@@ -1,3 +1,4 @@
|
||||
//don't use this
|
||||
/mob/living/carbon/human/proc/Birdize()
|
||||
if (monkeyizing)
|
||||
return
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
//these are bugged as fuck. dont use them if you like runtimes.
|
||||
//was testing some icon overlays. might actually fix them up one day
|
||||
|
||||
/mob/living/carbon/human/birdman
|
||||
name = "birdman"
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
icon_state = "lockdown"
|
||||
circuit = "/obj/item/weapon/circuitboard/lockdown"
|
||||
var/connected_doors[0][0]
|
||||
var/department
|
||||
var/department //each department has a hardcoded list of possible door networks
|
||||
|
||||
/obj/machinery/computer/crew
|
||||
name = "Crew monitoring computer"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -199,7 +199,6 @@
|
||||
verbs += /proc/possess
|
||||
verbs += /proc/release
|
||||
verbs += /client/proc/make_tajaran
|
||||
verbs += /client/proc/make_birdman
|
||||
verbs += /client/proc/admin_deny_shuttle
|
||||
verbs += /client/proc/cmd_admin_christmas
|
||||
verbs += /client/proc/editappear
|
||||
@@ -455,7 +454,6 @@
|
||||
verbs -= /client/proc/kill_airgroup
|
||||
verbs -= /client/proc/debug_master_controller
|
||||
verbs -= /client/proc/make_tajaran
|
||||
verbs -= /client/proc/make_birdman
|
||||
verbs -= /client/proc/admin_deny_shuttle
|
||||
verbs -= /client/proc/cmd_admin_christmas
|
||||
verbs -= /client/proc/editappear
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//cleaned up the file. might have to tone it down a bit in testing, but we'll see what happens
|
||||
|
||||
// the inlet stage of the gas turbine electricity generator
|
||||
/obj/machinery/compressor
|
||||
|
||||
Reference in New Issue
Block a user