From bc6d225b449f41afb40df901070e45c2d2a1ac95 Mon Sep 17 00:00:00 2001 From: comma Date: Sun, 11 Mar 2012 00:09:24 +0200 Subject: [PATCH] Made fluff items (photo and badge) fit in pockets --- code/modules/customitems/item_defines.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 1df795c91d5..952e14e9cc7 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -6,11 +6,13 @@ name = "Family Photograph" desc = "A family photograph of a couple and a young child, Written on the back it says \"See you soon Dad -Roy\"." icon_state = "wes_solari_1" + w_class = 1.0 /obj/item/fluff/victor_kaminsky_1 name = "\improper Golden Detective's Badge" desc = "NanoTrasen Security Department detective's badge, made from gold. Badge number is 564." icon_state = "victor_kaminsky_1" + w_class = 1.0 /obj/item/fluff/victor_kaminsky_1/attack_self(mob/user as mob) for(var/mob/O in viewers(user, null))