mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user