[MDB IGNORE] Reformats Access IDs for accessibility and futureproofing (#67002)

* [DRAFT] Reformats Access IDs for accessibility and futureproofing

* replaced all the old defines and IDs everywhere

* replaced ID integers with strings, cleaned up a couple tram helpers

* replaces req_access_txt with req_access and fixes a few of my mistakes

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
Son-of-Space
2022-05-19 23:43:02 -07:00
committed by GitHub
parent 04641bee83
commit 8440d20981
109 changed files with 19642 additions and 19769 deletions
@@ -8,12 +8,12 @@
size = 10
tgui_id = "NtosTechweb"
program_icon = "atom"
required_access = list(ACCESS_HEADS, ACCESS_RND)
required_access = list(ACCESS_COMMAND, ACCESS_SCIENCE)
transfer_access = list(ACCESS_RESEARCH)
/// Reference to global science techweb
var/datum/techweb/stored_research
/// Access needed to lock/unlock the console
var/lock_access = ACCESS_RND
var/lock_access = ACCESS_SCIENCE
/// Determines if the console is locked, and consequently if actions can be performed with it
var/locked = FALSE
/// Used for compressing data sent to the UI via static_data as payload size is of concern