Merge branch 'master' into weapon-removal

This commit is contained in:
Guti
2024-09-18 18:07:43 +02:00
482 changed files with 5086 additions and 35138 deletions
@@ -66,8 +66,13 @@
return TRUE
// High security - can only be operated when the user has an ID with access on them.
<<<<<<< HEAD
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()
if(!istype(I) || !(access_network in I.GetAccess()))
>>>>>>> master
return TRUE
switch(action)