From edb8c481c54957a1a87a71707f165991cf8a76cf Mon Sep 17 00:00:00 2001 From: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:35:55 -0400 Subject: [PATCH] Reduces the Universal Gun Kit's price to 25tc. (#21989) * Reduces the Universal Gun Kit's price to 5tc. * Update code/datums/uplink_items/uplink_general.dm Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --- code/datums/uplink_items/uplink_general.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_items/uplink_general.dm b/code/datums/uplink_items/uplink_general.dm index 8f4f3de6f40..9a603e992a9 100644 --- a/code/datums/uplink_items/uplink_general.dm +++ b/code/datums/uplink_items/uplink_general.dm @@ -215,7 +215,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "A universal gun kit, that can be combined with any weapon kit to make a functioning RND gun of your own. Uses built in allen keys to self assemble, just combine the kits by hitting them together." reference = "IKEA" item = /obj/item/weaponcrafting/gunkit/universal_gun_kit - cost = 40 + cost = 25 /datum/uplink_item/dangerous/batterer name = "Mind Batterer"