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
@@ -9,7 +9,7 @@
requires_ntnet = TRUE
available_on_ntnet = TRUE
tgui_id = "NtosEmailAdministration"
required_access = access_network
required_access = ACCESS_NETWORK
category = PROG_ADMIN
var/datum/computer_file/data/email_account/current_account = null
@@ -67,7 +67,7 @@
// High security - can only be operated when the user has an ID with access on them.
var/obj/item/card/id/I = ui.user.GetIdCard()
if(!istype(I) || !(access_network in I.GetAccess()))
if(!istype(I) || !(ACCESS_NETWORK in I.GetAccess()))
return TRUE
switch(action)
@@ -7,7 +7,7 @@
extended_desc = "This program monitors the local NTNet network, provides access to logging systems, and allows for configuration changes"
size = 12
requires_ntnet = TRUE
required_access = access_network
required_access = ACCESS_NETWORK
available_on_ntnet = TRUE
tgui_id = "NtosNetMonitor"
category = PROG_ADMIN