From bcb87d913511e906dd95fe8e4eb3af2260c8b46b Mon Sep 17 00:00:00 2001 From: bawhoppen Date: Tue, 20 Jun 2017 15:25:51 -0500 Subject: [PATCH] truth --- code/game/objects/items/weapons/storage/belt.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index fb545a8f4b1..a3146db8700 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -289,7 +289,7 @@ icon_state = "grenadebeltnew" item_state = "security" max_w_class = WEIGHT_CLASS_BULKY - display_contents_with_number = 1 + display_contents_with_number = TRUE storage_slots = 30 max_combined_w_class = 60 //needs to be this high can_hold = list( @@ -376,7 +376,7 @@ icon_state = "bandolier" item_state = "bandolier" storage_slots = 18 - display_contents_with_number = 1 + display_contents_with_number = TRUE can_hold = list( /obj/item/ammo_casing/shotgun )