From ca748ba341b6af8903808046bd186ca1f3b88d85 Mon Sep 17 00:00:00 2001 From: matttheficus <57759731+matttheficus@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:45:01 -0500 Subject: [PATCH] let them READ (#20241) --- code/game/objects/items/weapons/cards_ids.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/weapons/cards_ids.dm b/code/game/objects/items/weapons/cards_ids.dm index a7cd4468802..bc4e66b90b3 100644 --- a/code/game/objects/items/weapons/cards_ids.dm +++ b/code/game/objects/items/weapons/cards_ids.dm @@ -705,6 +705,7 @@ item_state = "orange-id" assignment = "Prisoner" registered_name = "Scum" + access = list(ACCESS_LIBRARY) var/goal = 0 //How far from freedom? /obj/item/card/id/prisoner/examine(mob/user)