Skip to content

Commit

Permalink
Fixes The Research Program Being Locked To Pathies (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
RimiNosha authored Dec 24, 2023
1 parent b47d9ae commit e9ab050
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
size = 10
tgui_id = "NtosTechweb"
program_icon = "atom"
required_access = list(ACCESS_COMMAND, ACCESS_RESEARCH)
transfer_access = list(ACCESS_RESEARCH)
required_access = list(ACCESS_COMMAND, ACCESS_PATHFINDERS)
transfer_access = list(ACCESS_PATHFINDERS)
/// Reference to global science techweb
var/datum/techweb/stored_research
/// Access needed to lock/unlock the console
var/lock_access = ACCESS_RESEARCH
var/lock_access = ACCESS_PATHFINDERS
/// 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
Expand Down

0 comments on commit e9ab050

Please sign in to comment.