mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
[MIRROR] [MDB IGNORE] Big Access Tweaks and Organization [MDB IGNORE] (#14160)
* [MDB IGNORE] Big Access Tweaks and Organization * wew 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:
@@ -8,12 +8,12 @@
|
||||
size = 10
|
||||
tgui_id = "NtosTechweb"
|
||||
program_icon = "atom"
|
||||
required_access = list(ACCESS_COMMAND, ACCESS_SCIENCE)
|
||||
required_access = list(ACCESS_COMMAND, ACCESS_RESEARCH)
|
||||
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_SCIENCE
|
||||
var/lock_access = ACCESS_RESEARCH
|
||||
/// 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