Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
. = ..()
Expand Down