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.
/🆑
This commit is contained in:
Twinmold
2017-04-05 05:16:21 -05:00
parent c7cc92e583
commit 11c9c8d10b
+1
View File
@@ -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)