req_one_access (#38068)

This commit is contained in:
81Denton
2018-05-25 17:47:12 +02:00
committed by letterjay
parent cc088d9113
commit 52665b744a

View File

@@ -20,7 +20,7 @@
var/list/codes // assoc. list of transponder codes
var/codes_txt = "" // codes as set on map: "tag1;tag2" or "tag1=value;tag2=value"
req_access = list(ACCESS_ENGINE, ACCESS_ROBOTICS)
req_one_access = list(ACCESS_ENGINE, ACCESS_ROBOTICS)
/obj/machinery/navbeacon/Initialize()
. = ..()