Adds A Crucifix (#15410)

This commit is contained in:
KingOfThePing
2022-12-25 16:16:52 +01:00
committed by GitHub
parent 3ff39fbc48
commit c4d99edd19
4 changed files with 55 additions and 0 deletions

View File

@@ -39,6 +39,22 @@
path = /obj/item/clothing/accessory/rosary
slot = slot_tie
/datum/gear/religion/crucifix
display_name = "crucifix selection"
description = "A selection of different crucifixes, commonly associated with Christianity."
path = /obj/item/clothing/accessory/crucifix
slot = slot_tie
flags = GEAR_HAS_DESC_SELECTION | GEAR_HAS_NAME_SELECTION
/datum/gear/religion/crucifix/New()
..()
var/list/crucifix = list()
crucifix["gold crucifix"] = /obj/item/clothing/accessory/crucifix/gold
crucifix["silver crucifix"] = /obj/item/clothing/accessory/crucifix/silver
crucifix["gold saint peter crucifix"] = /obj/item/clothing/accessory/crucifix/gold/saint_peter
crucifix["silver saint peter crucifix"] = /obj/item/clothing/accessory/crucifix/silver/saint_peter
gear_tweaks += new /datum/gear_tweak/path(crucifix)
/datum/gear/religion/shintorobe
display_name = "shrine maiden robe"
path = /obj/item/clothing/under/konyangdresstraditional/red