mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
frequencies must be odd (#18009)
* frequencies must be odd * Update banned_frequencies.yml * Update banned_frequencies.yml * Update banned_frequencies.yml * Update banned_frequencies.yml * Update banned_frequencies.yml * Update banned_frequencies.yml * Update banned_frequencies.yml * Update banned_frequencies.yml * Update banned_frequencies.yml * as drathek suggested * mass radio fix * . * revert this for now * umm * to defines
This commit is contained in:
@@ -232,4 +232,4 @@
|
||||
|
||||
/obj/item/radio/intercom/locked/confessional
|
||||
name = "confessional intercom"
|
||||
frequency = 1480
|
||||
frequency = 1481
|
||||
|
||||
@@ -6,14 +6,17 @@
|
||||
name = T_BOARD("atmosphere monitoring console")
|
||||
build_path = /obj/machinery/computer/general_air_control
|
||||
var/frequency = 1439
|
||||
|
||||
/obj/item/circuitboard/air_management/tank_control
|
||||
name = T_BOARD("tank control")
|
||||
build_path = /obj/machinery/computer/general_air_control/large_tank_control
|
||||
frequency = 1441
|
||||
|
||||
/obj/item/circuitboard/air_management/supermatter_core
|
||||
name = T_BOARD("core control")
|
||||
build_path = /obj/machinery/computer/general_air_control/supermatter_core
|
||||
frequency = 1438
|
||||
frequency = 1433
|
||||
|
||||
/obj/item/circuitboard/air_management/injector_control
|
||||
name = T_BOARD("injector control")
|
||||
build_path = /obj/machinery/computer/general_air_control/fuel_injection
|
||||
|
||||
Reference in New Issue
Block a user