- Bots can now be unlocked when you have one of the required accesses, instead of requiring all of them.
- In other words, security officers can once again unlock beepsky. I believe no other bot uses more than one access level for unlocking.
This commit is contained in:
Atlantis
2015-07-29 19:58:01 +02:00
parent b9d8cdaee1
commit b80dad0329

View File

@@ -25,7 +25,7 @@
botcard.access = botcard_access.Copy()
access_scanner = new /obj(src)
access_scanner.req_access = req_access.Copy()
access_scanner.req_one_access = req_access.Copy()
/mob/living/bot/Life()
..()