[MIRROR] jobs, access and radio to defines (#11546)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-31 03:56:12 +02:00
committed by GitHub
co-authored by Kashargul
parent b3ad80a7f9
commit 89704592dd
353 changed files with 1904 additions and 2036 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