Skip to content

Commit

Permalink
Hotfix (#27780)
Browse files Browse the repository at this point in the history
  • Loading branch information
LetXxx authored Dec 31, 2024
1 parent b55bef2 commit 06bbd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/cards_ids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@

var/obj/item/card/id/I = target
to_chat(user, "<span class='notice'>The chip's microscanners activate as you scan [I.registered_name]'s ID, copying its access.</span>")
access = I.access
access = I.access.Copy()
access.Remove(ACCESS_AI_UPLOAD, ACCESS_ARMORY, ACCESS_CAPTAIN, ACCESS_CE, ACCESS_RD, ACCESS_HOP, ACCESS_QM, ACCESS_CMO, ACCESS_HOS, ACCESS_NTREP,
ACCESS_MAGISTRATE, ACCESS_BLUESHIELD, ACCESS_HEADS_VAULT, ACCESS_KEYCARD_AUTH, ACCESS_RC_ANNOUNCE,
ACCESS_CHANGE_IDS, ACCESS_MINISAT)
Expand Down

0 comments on commit 06bbd77

Please sign in to comment.