mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixed inhand sprites for a few suits.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user