mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
UltraLight optimizations, and moving of access levels into a defines. (Pre-processor stuff is fun)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "Medical Records"
|
||||
size = 32.0
|
||||
active_icon = "dna"
|
||||
req_access = list(access_medical)
|
||||
req_access = list(ACCESS_MEDICAL)
|
||||
var/authenticated = null
|
||||
var/rank = null
|
||||
var/screen = null
|
||||
|
||||
Reference in New Issue
Block a user