Allows departments to access their corresponding mech maintenance protocols (#40397)

This commit is contained in:
ShizCalev
2018-09-22 22:34:12 -04:00
committed by Joan Lung
parent 906c7f445b
commit f42288136c
20 changed files with 78 additions and 45 deletions
+1
View File
@@ -264,6 +264,7 @@
var/obj/item/card/id/I = AM
I.access |= ACCESS_MINING
I.access |= ACCESS_MINING_STATION
I.access |= ACCESS_MECH_MINING
I.access |= ACCESS_MINERAL_STOREROOM
I.access |= ACCESS_CARGO
to_chat(user, "You upgrade [I] with mining access.")