From 999673fa4d9ded5dc9226a1d86ba89086b950444 Mon Sep 17 00:00:00 2001 From: datlo Date: Wed, 19 Dec 2018 23:44:12 +0000 Subject: [PATCH] Raised TC cost to 30 --- 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 a340b18c497..e9c6ed12c8e 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -569,7 +569,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) name = "Grenadier's belt" desc = "A belt containing 25 lethally dangerous and destructive grenades." item = /obj/item/storage/belt/grenade/full - cost = 22 + cost = 30 surplus = 0 gamemodes = list(/datum/game_mode/nuclear)