From 289839c6ea4589bb3127dfdf32f1fa9b8319285b Mon Sep 17 00:00:00 2001 From: GhostEcho <34822121+GhostEcho@users.noreply.github.com> Date: Sat, 30 May 2020 02:06:52 -0700 Subject: [PATCH] Increase Carp PRice by 1tc (#51330) --- code/modules/uplink/uplink_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 10a3cc3b92e..16e84f1db78 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -596,7 +596,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "This scroll contains the secrets of an ancient martial arts technique. You will master unarmed combat \ and gain the ability to swat bullets from the air, but you will also refuse to use dishonorable ranged weaponry." item = /obj/item/book/granter/martial/carp - cost = 12 + cost = 13 surplus = 0 exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)