mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
stuff
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@
|
||||
var/obj/item/card/id/I = usr.GetIdCard()
|
||||
if(!istype(I) || !(access_network in I.access))
|
||||
=======
|
||||
var/obj/item/weapon/card/id/I = usr.GetIdCard()
|
||||
var/obj/item/card/id/I = usr.GetIdCard()
|
||||
if(!istype(I) || !(access_network in I.GetAccess()))
|
||||
>>>>>>> master
|
||||
return TRUE
|
||||
|
||||
@@ -76,7 +76,7 @@ var/warrant_uid = 0
|
||||
var/obj/item/card/id/I = usr.GetIdCard()
|
||||
if(!istype(I) || !I.registered_name || !(access_security in I.access))
|
||||
=======
|
||||
var/obj/item/weapon/card/id/I = usr.GetIdCard()
|
||||
var/obj/item/card/id/I = usr.GetIdCard()
|
||||
if(!istype(I) || !I.registered_name || !(access_security in I.GetAccess()))
|
||||
>>>>>>> master
|
||||
to_chat(usr, "Authentication error: Unable to locate ID with appropriate access to allow this operation.")
|
||||
|
||||
Reference in New Issue
Block a user