From 0e3a93b893754faee2590427f202a1f72be7ed17 Mon Sep 17 00:00:00 2001 From: Skrem_7 <98909416+Skrem7@users.noreply.github.com> Date: Tue, 21 Jun 2022 13:50:39 -0500 Subject: [PATCH] money --- code/game/objects/items/storage/belt.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index ef4baa9962e8..93c5b6f146e5 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -300,7 +300,7 @@ icon_state = "securitywebbing" item_state = "securitywebbing" w_class = WEIGHT_CLASS_BULKY - custom_premium_price = 800 + custom_premium_price = 200 /obj/item/storage/belt/security/webbing/ComponentInitialize() . = ..()