From 434501fd9d19e5a33bbe12b8586a37d04a315d98 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Sat, 21 Dec 2019 22:36:17 -0300 Subject: [PATCH] Removes the cyanide pen from the traitor pen kit (#7732) --- code/datums/uplink/stealthy and inconspicuous weapons.dm | 4 ++-- code/game/objects/items/weapons/storage/uplink_kits.dm | 4 +--- html/changelogs/alberyk-penstuff.yml | 6 ++++++ 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 html/changelogs/alberyk-penstuff.yml diff --git a/code/datums/uplink/stealthy and inconspicuous weapons.dm b/code/datums/uplink/stealthy and inconspicuous weapons.dm index e6b8eb14f52..8ae2dbd187d 100644 --- a/code/datums/uplink/stealthy and inconspicuous weapons.dm +++ b/code/datums/uplink/stealthy and inconspicuous weapons.dm @@ -26,8 +26,8 @@ /datum/uplink_item/item/stealthy_weapons/pens name = "Pen-jector Kit" - desc = "A kit that contains four differently coloured pens. A red poison pen, a blue pacifying pen, a green pen containing healing chemicals, and a yellow hyperzine pen." - item_cost = 6 + desc = "A kit that contains four differently coloured pens. A blue pacifying pen, a green pen containing healing chemicals, and a yellow hyperzine pen." + item_cost = 5 path = /obj/item/storage/box/syndie_kit/special_pens /datum/uplink_item/item/stealthy_weapons/parapen diff --git a/code/game/objects/items/weapons/storage/uplink_kits.dm b/code/game/objects/items/weapons/storage/uplink_kits.dm index 1c1e5dace5e..3bcd63abeb8 100644 --- a/code/game/objects/items/weapons/storage/uplink_kits.dm +++ b/code/game/objects/items/weapons/storage/uplink_kits.dm @@ -144,9 +144,7 @@ starts_with = list( /obj/item/pen/reagent/healing = 1, /obj/item/pen/reagent/pacifier = 1, - /obj/item/pen/reagent/hyperzine = 1, - /obj/item/pen/reagent/poison = 1 - + /obj/item/pen/reagent/hyperzine = 1 ) /obj/item/storage/box/syndie_kit/spy diff --git a/html/changelogs/alberyk-penstuff.yml b/html/changelogs/alberyk-penstuff.yml new file mode 100644 index 00000000000..3ff7c400593 --- /dev/null +++ b/html/changelogs/alberyk-penstuff.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - rscdel: "Removed the highly lethal poison pen from the pen kit at the traitor uplink."