From e3819c37a55144fd2d80d3672f6fac68b4aef0e5 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sat, 6 Apr 2019 21:56:46 -0400 Subject: [PATCH] Fixes cult ghost suit sprites --- code/game/gamemodes/cult/cult_items.dm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/cult/cult_items.dm b/code/game/gamemodes/cult/cult_items.dm index 45f2f2853bc..4098dca5f71 100644 --- a/code/game/gamemodes/cult/cult_items.dm +++ b/code/game/gamemodes/cult/cult_items.dm @@ -367,9 +367,19 @@ /obj/item/clothing/head/culthood/alt/ghost flags = NODROP | DROPDEL -/obj/item/clothing/suit/cultrobes/alt/ghost +/obj/item/clothing/suit/cultrobesghost + name = "ghostly cult robes" + desc = "A set of ethreal armored robes worn by the undead followers of a cult." + icon_state = "cultrobesalt" + item_state = "cultrobesalt" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS + allowed = list(/obj/item/tome,/obj/item/melee/cultblade) + armor = list(melee = 50, bullet = 30, laser = 50, energy = 20, bomb = 25, bio = 10, rad = 0) + flags_inv = HIDEJUMPSUIT + flags = NODROP | DROPDEL + /obj/item/clothing/shoes/cult/ghost flags = NODROP | DROPDEL @@ -377,7 +387,7 @@ name = "Cultist Ghost" uniform = /obj/item/clothing/under/color/black - suit = /obj/item/clothing/suit/cultrobes/alt/ghost + suit = /obj/item/clothing/suit/cultrobesghost shoes = /obj/item/clothing/shoes/cult/ghost head = /obj/item/clothing/head/culthood/alt/ghost r_hand = /obj/item/melee/cultblade/ghost \ No newline at end of file