From f77be18a112ec76ef8a595e1825b68c6ecb55575 Mon Sep 17 00:00:00 2001 From: Xander3359 <66163761+Xander3359@users.noreply.github.com> Date: Mon, 2 Jan 2023 04:46:55 -0500 Subject: [PATCH] Origami kit buff (#72391) Lowers cost of Boxed Origami Kit to 4 TC, lowers progression time requirement to 10 minutes from 15. This item directly competes against the 3 TC boxed throwing kit, which contains 2 reinforced bolas, 2 dangerous paper planes and 4 highly lethal shurikens. at a monstrous 14 TC, which is 1 TC more than the insane sleeping carp, origami is one of the worst things you can possibly ever buy from a uplink. This change brings the TC cost down to match the power level of this item. --- code/modules/uplink/uplink_items/stealthy.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/uplink/uplink_items/stealthy.dm b/code/modules/uplink/uplink_items/stealthy.dm index 9d323f71651..6ee8b5fc0ca 100644 --- a/code/modules/uplink/uplink_items/stealthy.dm +++ b/code/modules/uplink/uplink_items/stealthy.dm @@ -67,13 +67,12 @@ name = "Boxed Origami Kit" desc = "This box contains a guide on how to craft masterful works of origami, allowing you to transform normal pieces of paper into \ perfectly aerodynamic (and potentially lethal) paper airplanes." - progression_minimum = 15 MINUTES item = /obj/item/storage/box/syndie_kit/origami_bundle - cost = 14 + progression_minimum = 10 MINUTES + cost = 4 surplus = 0 purchasable_from = ~UPLINK_NUKE_OPS //clown ops intentionally left in, because that seems like some s-tier shenanigans. - // Medium progression cost /datum/uplink_item/stealthy_weapons/martialarts