From 1c6eb724bcc1c5a423e1b4bcb100422f5f4b8883 Mon Sep 17 00:00:00 2001 From: zevo Date: Wed, 3 Jan 2024 22:22:57 -0500 Subject: [PATCH] manual scanner price 200 --- code/modules/mining/equipment/mineral_scanner.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mining/equipment/mineral_scanner.dm b/code/modules/mining/equipment/mineral_scanner.dm index 87ed99c0d45b..add30b7d467f 100644 --- a/code/modules/mining/equipment/mineral_scanner.dm +++ b/code/modules/mining/equipment/mineral_scanner.dm @@ -10,6 +10,7 @@ w_class = WEIGHT_CLASS_SMALL flags_1 = CONDUCT_1 slot_flags = ITEM_SLOT_BELT + custom_price = 200 var/cooldown = 35 var/current_cooldown = 0 var/speaker = TRUE // Speaker that plays a sound when pulsed.