Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into proc-define-shit
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
set waitfor = FALSE
|
||||
if(A.density)
|
||||
goIdle()
|
||||
return 0
|
||||
return FALSE
|
||||
update_icon()
|
||||
A.unbolt()
|
||||
. = 1
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
memory["processing"] = state != target_state
|
||||
//sensor_pressure = null //not sure if we can comment this out. Uncomment in case of problems -rastaf0
|
||||
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
|
||||
/obj/machinery/embedded_controller/radio/airlock_controller
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
return null
|
||||
|
||||
/datum/computer/file/embedded_program/process()
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
/obj/machinery/embedded_controller
|
||||
var/datum/computer/file/embedded_program/program
|
||||
@@ -44,7 +44,7 @@
|
||||
/obj/machinery/embedded_controller/proc/return_text()
|
||||
|
||||
/obj/machinery/embedded_controller/proc/post_signal(datum/signal/signal, comm_line)
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
/obj/machinery/embedded_controller/receive_signal(datum/signal/signal)
|
||||
if(istype(signal) && program)
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
/obj/machinery/embedded_controller/Topic(href, href_list)
|
||||
if(..())
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
if(program)
|
||||
program.receive_user_command(href_list["command"])
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
)))
|
||||
|
||||
/datum/computer/file/embedded_program/simple_vent_controller/process()
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
|
||||
/obj/machinery/embedded_controller/radio/simple_vent_controller
|
||||
|
||||
Reference in New Issue
Block a user