mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Fixes cult ghost suit sprites
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user