From a247005494b703c925f88f2b7706d2fd92cc42c3 Mon Sep 17 00:00:00 2001 From: pilygun <42041683+pilygun@users.noreply.github.com> Date: Sat, 7 Dec 2024 01:09:40 +0700 Subject: [PATCH] tweak: Decrease access tuner price to 15 tc (#6225) --- 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 ac8a46d0b89..4eeac88c353 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1618,7 +1618,7 @@ name = "Access Tuner" desc = "The access tuner is a small device that can interface with airlocks from range. It takes a few seconds to connect and can change the bolt state, open the door, or toggle emergency access." item = /obj/item/door_remote/omni/access_tuner - cost = 30 + cost = 15 /datum/uplink_item/device_tools/toolbox name = "Fully Loaded Toolbox"