From 2eddda9a05edeb8a7d3e19977bfa9190439f005b Mon Sep 17 00:00:00 2001 From: SyndiCat <134767881+syndicatecat@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:47:49 +0500 Subject: [PATCH] tweak: lower price from 50 to 30 for emag (#5861) * emag * english --- 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 ed259bf8627..dcb2df2eebb 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1605,7 +1605,7 @@ name = "Cryptographic Sequencer" desc = "The cryptographic sequencer, also known as an emag, is a small card that unlocks hidden functions in electronic devices, subverts intended functions and characteristically breaks security mechanisms." item = /obj/item/card/emag - cost = 50 // No brainrot allowed + cost = 30 // Brainrot allowed /datum/uplink_item/device_tools/access_tuner name = "Access Tuner"