jobs, access and radio to defines (#18297)

* jobs, access and radio to defines

* .

* .

* urg

* .

* .

* finish the radio freqs

* why

* .

* .

* ticker initial

* eh

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2025-08-31 01:32:36 +02:00
committed by GitHub
parent 1cb38c22ec
commit e956d13a6b
313 changed files with 193679 additions and 12007 deletions
@@ -413,7 +413,7 @@
power_draw_idle = 5
power_draw_per_use = 40
var/frequency = 1457
var/frequency = RSD_FREQ
var/code = 30
var/datum/radio_frequency/radio_connection
@@ -426,7 +426,7 @@
/obj/item/integrated_circuit/input/signaler/Destroy()
if(SSradio)
SSradio.remove_object(src,frequency)
frequency = 0
frequency = ZERO_FREQ
. = ..()
/obj/item/integrated_circuit/input/signaler/on_data_written()
@@ -810,13 +810,13 @@
complexity = 9
inputs = list()
outputs = list(
"pressure" = IC_PINTYPE_NUMBER,
"temperature" = IC_PINTYPE_NUMBER,
GAS_O2 = IC_PINTYPE_NUMBER,
GAS_N2 = IC_PINTYPE_NUMBER,
"carbon dioxide" = IC_PINTYPE_NUMBER,
GAS_PHORON = IC_PINTYPE_NUMBER,
"other" = IC_PINTYPE_NUMBER
"pressure" = IC_PINTYPE_NUMBER,
"temperature" = IC_PINTYPE_NUMBER,
GAS_O2 = IC_PINTYPE_NUMBER,
GAS_N2 = IC_PINTYPE_NUMBER,
GAS_CO2 = IC_PINTYPE_NUMBER,
GAS_PHORON = IC_PINTYPE_NUMBER,
"other" = IC_PINTYPE_NUMBER
)
activators = list("scan" = IC_PINTYPE_PULSE_IN, "on scanned" = IC_PINTYPE_PULSE_OUT)
spawn_flags = IC_SPAWN_RESEARCH