mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-26 06:06:17 +01:00
Reverts the terminal map change, instead changes access
This commit is contained in:
@@ -22,7 +22,7 @@ GLOBAL_DATUM_INIT(lore_terminal_controller, /datum/lore_controller, new)
|
||||
/obj/machinery/computer/lore_terminal/security
|
||||
name = "Security info-link terminal"
|
||||
access_tag = "knsecurity"
|
||||
req_access = list(ACCESS_SECURITY)
|
||||
req_access = list(ACCESS_SEC_DOORS)
|
||||
|
||||
/obj/machinery/computer/lore_terminal/awaymission //Example for having a terminal preloaded with only a set list of files.
|
||||
access_tag = "awaymission_default"
|
||||
@@ -293,4 +293,4 @@ SPECIAL KEYS RESPOND AS FOLLOWS:
|
||||
/datum/lore_entry/security/deltacrime
|
||||
name = "delta_infractions.txt"
|
||||
title = "Zealot-class Notice and Warning"
|
||||
path = "lore_entries/security/wip.txt"
|
||||
path = "lore_entries/security/wip.txt"
|
||||
|
||||
Reference in New Issue
Block a user