mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Ports the TG globals controller and converts globals. (#18057)
* SDQL2 update * fix that verb * cl * fix that * toworld * this is pointless * update info * siiiiick.. * vv edit update * fix that * fix editing vars * fix VV * Port the /TG/ globals controller. * part 1 * part 2 * oops * part 3 * Hollow Purple * sadas * bsbsdb * muda na agaki ta * ids 1-15 * 16-31 * 41-75 * bring me back to how things used to be before i lost it all * the strength of mayhem * final touches * cl * protect some vars * update sdql2 to use glob * stuff? * forgot that is not defined there * whoops * observ * but it never gets better * a --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
size = 12
|
||||
requires_ntnet = FALSE
|
||||
requires_access_to_run = FALSE
|
||||
required_access_download = access_heads
|
||||
required_access_download = ACCESS_HEADS
|
||||
available_on_ntnet = TRUE
|
||||
color = LIGHT_COLOR_PURPLE
|
||||
usage_flags = PROGRAM_CONSOLE
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
extended_desc = "Useful program to view chemical reactions and how to make them."
|
||||
size = 14
|
||||
requires_access_to_run = PROGRAM_ACCESS_LIST_ONE
|
||||
required_access_run = list(access_medical, access_research)
|
||||
required_access_download = list(access_medical, access_research)
|
||||
required_access_run = list(ACCESS_MEDICAL, ACCESS_RESEARCH)
|
||||
required_access_download = list(ACCESS_MEDICAL, ACCESS_RESEARCH)
|
||||
available_on_ntnet = TRUE
|
||||
tgui_id = "ChemCodex"
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
extended_desc = "This program monitors stationwide NTNet network, provides access to logging systems, and allows for configuration changes"
|
||||
size = 12
|
||||
requires_ntnet = TRUE
|
||||
required_access_run = access_network
|
||||
required_access_download = access_heads
|
||||
required_access_run = ACCESS_NETWORK
|
||||
required_access_download = ACCESS_HEADS
|
||||
usage_flags = PROGRAM_CONSOLE | PROGRAM_SILICON_AI
|
||||
color = LIGHT_COLOR_GREEN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user