From e29052329034966bac73792c3910330d97882b41 Mon Sep 17 00:00:00 2001 From: Arkatos1 Date: Fri, 5 Apr 2019 18:25:08 +0200 Subject: [PATCH] Changes Dehydrated Carp TC cost from 3 to 2 --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 9278d0d5f80..51b99fff118 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -893,7 +893,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "Just add water to make your very own hostile to everything space carp. It looks just like a plushie. The first person to squeeze it will be registered as its owner, who it will not attack. If no owner is registered, it'll just attack everyone." reference = "DSC" item = /obj/item/toy/carpplushie/dehy_carp - cost = 3 + cost = 2 // GRENADES AND EXPLOSIVES