From 42bd4e7fbab9f97076313cf9bac0683efea695c2 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Mon, 9 Feb 2015 11:15:19 +0000 Subject: [PATCH] Storage accessory w_class raised to 3, typo fix --- code/modules/clothing/under/ties.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 050a2716e09..9010fca705c 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -198,6 +198,7 @@ icon_state = "holster" item_color = "holster" var/obj/item/weapon/gun/holstered = null + w_class = 3.0 // so it doesn't fit in pockets //subtypes can override this to specify what can be holstered /obj/item/clothing/tie/holster/proc/can_holster(obj/item/weapon/gun/W) @@ -316,6 +317,7 @@ desc = "Used to hold things when you don't have enough hands." icon_state = "webbing" item_color = "webbing" + w_class = 3.0 // so it doesn't fit in pockets var/slots = 3 var/obj/item/weapon/storage/internal/hold @@ -360,7 +362,7 @@ /obj/item/clothing/tie/storage/webbing name = "webbing" - desc = "Strudy mess of synthcotton belts and buckles, ready to share your burden." + desc = "Sturdy mess of synthcotton belts and buckles, ready to share your burden." icon_state = "webbing" item_color = "webbing"