diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 796d91bd6d..f65b5373bb 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -36,6 +36,7 @@ icon_state = "bow" name = "hair bow" desc = "A ribbon tied into a bow with a clip on the back to attach to hair." + item_state_slots = list(slot_r_hand_str = "pill", slot_l_hand_str = "pill") /obj/item/clothing/head/powdered_wig name = "powdered wig" @@ -314,4 +315,4 @@ name = "sombrero" desc = "A wide-brimmed hat popularly worn in Mexico." icon_state = "sombrero" - body_parts_covered = 0 \ No newline at end of file + body_parts_covered = 0