Code Readability - Machinery (#18153)

* machinery

* comment change as per suggestion

Co-authored-by: moxian <moxian@users.noreply.github.com>

* added always_gib var to recycler as per recomendation

Co-authored-by: moxian <moxian@users.noreply.github.com>
This commit is contained in:
KalevTait
2022-07-05 14:38:47 +01:00
committed by GitHub
parent 52f3323760
commit bdf50ea894
43 changed files with 188 additions and 189 deletions

View File

@@ -2,12 +2,12 @@
var/datum/computer/file/embedded_program/program //the currently executing program
name = "Embedded Controller"
anchored = 1
anchored = TRUE
use_power = IDLE_POWER_USE
idle_power_usage = 10
var/on = 1
var/on = TRUE
/obj/machinery/embedded_controller/proc/post_signal(datum/signal/signal, comm_line)
return 0
@@ -41,7 +41,7 @@
icon = 'icons/obj/airlock_machines.dmi'
icon_state = "airlock_control_standby"
power_channel = ENVIRON
density = 0
density = FALSE
var/id_tag
//var/radio_power_use = 50 //power used to xmit signals