mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Adds A Crucifix (#15410)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user