From f86fa63a60efa5ff30ccc5fe7e190e0dbe7be769 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sun, 30 Apr 2017 04:43:11 +0100 Subject: [PATCH] Fixed inhand sprites for a few suits. --- code/modules/clothing/under/jobs/civilian.dm | 4 ++++ code/modules/clothing/under/jobs/security.dm | 1 + code/modules/clothing/under/miscellaneous.dm | 1 + 3 files changed, 6 insertions(+) diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index d56cbf1f97..d14cff333b 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -10,6 +10,7 @@ desc = "Short and cute." name = "bartender's skirt" icon_state = "ba_suit_skirt" + item_state_slots = list(slot_r_hand_str = "ba_suit", slot_l_hand_str = "ba_suit") /obj/item/clothing/under/rank/captain //Alright, technically not a 'civilian' but its better then giving a .dm file for a single define. desc = "It's a blue jumpsuit with some gold markings denoting the rank of \"Colony Director\"." @@ -125,6 +126,7 @@ /obj/item/clothing/under/lawyer/black/skirt name = "black Lawyer skirt" icon_state = "lawyer_black_skirt" + item_state_slots = list(slot_r_hand_str = "lawyer_black", slot_l_hand_str = "lawyer_black") /obj/item/clothing/under/lawyer/female name = "black Lawyer suit" @@ -138,6 +140,7 @@ /obj/item/clothing/under/lawyer/red/skirt name = "red Lawyer skirt" icon_state = "lawyer_red_skirt" + item_state_slots = list(slot_r_hand_str = "lawyer_red", slot_l_hand_str = "lawyer_red") /obj/item/clothing/under/lawyer/blue name = "blue Lawyer suit" @@ -146,6 +149,7 @@ /obj/item/clothing/under/lawyer/blue/skirt name = "blue Lawyer skirt" icon_state = "lawyer_blue_skirt" + item_state_slots = list(slot_r_hand_str = "lawyer_blue", slot_l_hand_str = "lawyer_blue") /obj/item/clothing/under/lawyer/bluesuit name = "blue suit" diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 69cbdffc4e..02dde0f815 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -117,6 +117,7 @@ name = "detective's skirt" icon_state = "detective_skirt" desc = "A serious-looking white blouse paired with a formal black pencil skirt." + item_state_slots = list(slot_r_hand_str = "sl_suit", slot_l_hand_str = "sl_suit") /* * Head of Security diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 3b139fc36b..4dc7d78feb 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -24,6 +24,7 @@ /obj/item/clothing/under/scratch/skirt name = "white skirt suit" icon_state = "scratch_skirt" + item_state_slots = list(slot_r_hand_str = "scratch", slot_l_hand_str = "scratch") /obj/item/clothing/under/sl_suit desc = "It's a very amish looking suit."