From 74009f8332ce66bfe971f4825d1546a4841d9365 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 29 Apr 2014 15:42:29 -0400 Subject: [PATCH] Fixed hats not being pocketable Made shoes pocketable again too, why not. --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index c9ece73e177..4b6e1f7de6b 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -152,6 +152,7 @@ BLIND // can't see anything icon = 'icons/obj/clothing/hats.dmi' body_parts_covered = HEAD slot_flags = SLOT_HEAD + w_class = 2.0 //Mask @@ -171,7 +172,6 @@ BLIND // can't see anything siemens_coefficient = 0.9 body_parts_covered = FEET slot_flags = SLOT_FEET - w_class = 3 permeability_coefficient = 0.50 slowdown = SHOES_SLOWDOWN