stop this nonsense

This commit is contained in:
SandPoot
2024-01-05 00:28:56 -03:00
parent 05e2cc0979
commit c7a2565255
487 changed files with 1662 additions and 1662 deletions
@@ -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"])