From 9f2cd63ea5fa39059e70507a42733923cb301a02 Mon Sep 17 00:00:00 2001 From: datlo Date: Fri, 24 Aug 2018 17:46:54 +0100 Subject: [PATCH] Adds the poison pen to the Librarian syndicate items Adds the Librarian to the list of jobs that can buy the poison pen. It fits the role, and I figure the librarian, as a role with no special tools or access, could use the love. --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 628b6a583f0..090de386085 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -352,7 +352,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) item = /obj/item/pen/poison cost = 2 excludefrom = list(/datum/game_mode/nuclear) - job = list("Head of Personnel", "Quartermaster", "Cargo Technician") + job = list("Head of Personnel", "Quartermaster", "Cargo Technician", "Librarian") // DANGEROUS WEAPONS