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

* [MDB IGNORE] Reformats Access IDs for accessibility and futureproofing

* ok

* fuck

* eh

* ew

* e

* this sucked

* e

Co-authored-by: Son-of-Space <63861499+Son-of-Space@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-23 16:57:59 +01:00
committed by GitHub
co-authored by Son-of-Space Gandalf
parent c3848575ae
commit aca9ded0e0
194 changed files with 41107 additions and 41923 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