diff --git a/hyperstation/code/obj/rewards.dm b/hyperstation/code/obj/rewards.dm index 602845f9..fbebaa6c 100644 --- a/hyperstation/code/obj/rewards.dm +++ b/hyperstation/code/obj/rewards.dm @@ -25,6 +25,17 @@ alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi' mutantrace_variation = NO_MUTANTRACE_VARIATION +/obj/item/clothing/suit/luwethtrench + name = "Syndicate Commander's Coat" + desc = "A sinister looking black and red jacket. The gold collar and shoulders denote that this belongs to a high ranking syndicate officer. A rather strange brooch is pinned to the coat, displaying a unique range of lustrous brass cracks through the deep blacks of it’s hammered finish." + icon = 'hyperstation/icons/obj/clothing/rewards.dmi' + alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi' + body_parts_covered = CHEST|GROIN|ARMS|LEGS + icon_state = "luwethtrench" + item_state = "luwethtrench" + mutantrace_variation = NO_MUTANTRACE_VARIATION + roomy = TRUE + /obj/item/clothing/gloves/ring/luweth name = "Luweth’s Wedding Band" icon = 'hyperstation/icons/obj/clothing/rewards.dmi' @@ -36,4 +47,4 @@ desc = "Clearly the dice hate you." icon_state = "d20_blue" sides = 20 - unique = TRUE \ No newline at end of file + unique = TRUE diff --git a/hyperstation/icons/mobs/rewards.dmi b/hyperstation/icons/mobs/rewards.dmi index 2e44d0c2..fb14b9a9 100644 Binary files a/hyperstation/icons/mobs/rewards.dmi and b/hyperstation/icons/mobs/rewards.dmi differ diff --git a/hyperstation/icons/obj/clothing/rewards.dmi b/hyperstation/icons/obj/clothing/rewards.dmi index 40d6f92b..c6293a95 100644 Binary files a/hyperstation/icons/obj/clothing/rewards.dmi and b/hyperstation/icons/obj/clothing/rewards.dmi differ diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 96a6dd1a..0251059b 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -63,6 +63,12 @@ path = /obj/item/clothing/suit/shackles ckeywhitelist = list("heliocintrini") +/datum/gear/hshack + name = "Syndicate Commander's Coat" + category = SLOT_IN_BACKPACK + path = /obj/item/clothing/suit/luwethtrench + ckeywhitelist = list("luweth") + /datum/gear/luwethring name = "Wedding Band" category = SLOT_IN_BACKPACK @@ -73,4 +79,4 @@ name = "Blue D20" category = SLOT_IN_BACKPACK path = /obj/item/dice/d20/blue - ckeywhitelist = list("jackattack41498") \ No newline at end of file + ckeywhitelist = list("jackattack41498")