Proposal: typed map variables (#1398)

This commit is contained in:
CitadelStationBot
2017-06-04 11:03:38 -05:00
committed by kevinz000
parent e59e7f8d06
commit eeda9fd77f
+2 -2
View File
@@ -98,9 +98,9 @@ GLOBAL_VAR_CONST(access_away_generic3, 207)
GLOBAL_VAR_CONST(access_away_generic4, 208)
/obj/var/list/req_access = null
/obj/var/req_access_txt = "0"
/obj/var/req_access_txt = "0" as text
/obj/var/list/req_one_access = null
/obj/var/req_one_access_txt = "0"
/obj/var/req_one_access_txt = "0" as text
//returns 1 if this mob has sufficient access to use this object
/obj/proc/allowed(mob/M)