mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] frequencies must be odd (#11209)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f87d66b481
commit
5b25af34da
@@ -236,7 +236,7 @@
|
||||
|
||||
/obj/machinery/computer/general_air_control/supermatter_core
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
frequency = 1438
|
||||
frequency = 1433
|
||||
var/input_tag
|
||||
var/output_tag
|
||||
var/list/input_info
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Note that these have to be in the same /area that the controller is in for them to function.
|
||||
You still need to set the controller's "id_tag" to something unique.
|
||||
Any frequency works, it's self-setting, but it seems like people have decided 1380 for airlocks so maybe set that on the controller too.
|
||||
Any frequency works, it's self-setting, but it seems like people have decided 1381 for airlocks so maybe set that on the controller too.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user