From 11c9c8d10bde1b3f68127dc94484ca4a76c4cdff Mon Sep 17 00:00:00 2001 From: Twinmold Date: Wed, 5 Apr 2017 05:16:21 -0500 Subject: [PATCH] Fixes Poison Pen Fixes not getting the poison pen when you buy it as Cargo Tech, Quartermaster, or Head of Personnel. Instead, you currently get a Guardian kit instead. :cl:Twinmold Fixes: Buying poison pen will actually give you the poison pen now. /:cl: --- code/datums/uplink_item.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 3f0b51bf1e0..1cf08abebd0 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -352,6 +352,7 @@ var/list/uplink_items = list() /datum/uplink_item/jobspecific/poison_pen name = "Poison Pen" desc = "Cutting edge of deadly writing implements technology, this gadget will infuse any piece of paper with delayed contact poison." + reference = "PP" item = /obj/item/weapon/pen/poison cost = 2 excludefrom = list(/datum/game_mode/nuclear)