mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user