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
@@ -33,7 +33,7 @@
var/input_pressure_min = INTERNAL_PRESSURE_BOUND
var/output_pressure_max = DEFAULT_PRESSURE_DELTA
var/frequency = 0
var/frequency = ZERO_FREQ
var/id = null
var/datum/radio_frequency/radio_connection
@@ -23,7 +23,7 @@
var/flowing = 0 //for icons - becomes zero if the valve closes itself due to regulation mode
var/frequency = 0
var/frequency = ZERO_FREQ
var/id = null
var/datum/radio_frequency/radio_connection
@@ -33,7 +33,7 @@ Thus, the two variables affect pump operation are set in New():
var/max_pressure_setting = 15000 //kPa
var/frequency = 0
var/frequency = ZERO_FREQ
var/id = null
var/datum/radio_frequency/radio_connection
@@ -32,7 +32,7 @@ Thus, the two variables affect pump operation are set in New():
var/max_transfer_rate = ATMOS_DEFAULT_VOLUME_PUMP // Ls
var/transfer_rate = 20 // L
var/frequency = 0
var/frequency = ZERO_FREQ
var/id = null
var/datum/radio_frequency/radio_connection