mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Add a LOT of chaplain clothes from various religions. (#30483)
* Add a LOT of chaplain clothes from various religions. * Thanks, linter! * Deploy vendors, box envirosuits, unaccent names * Thanks, linters! * Accommodate ears. * Correct accent oversight. * Merge branch 'master' into chaplain-outfits Conflicts in icons/mob/clothing/species/plasmaman/helmet.dmi icons/obj/clothing/species/plasmaman/hats.dmi resolved by automatic merge and modifying chaplain helmet sprites to match new format.
This commit is contained in:
@@ -322,6 +322,30 @@
|
||||
display_name = "Kitty ears"
|
||||
path = /obj/item/clothing/head/kitty
|
||||
|
||||
/datum/gear/hat/chaplain
|
||||
main_typepath = /datum/gear/hat/chaplain
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/hat/chaplain/turban_orange
|
||||
display_name = "Turban, orange"
|
||||
path = /obj/item/clothing/head/turban_orange
|
||||
|
||||
/datum/gear/hat/chaplain/turban_green
|
||||
display_name = "Turban, green"
|
||||
path = /obj/item/clothing/head/turban_green
|
||||
|
||||
/datum/gear/hat/chaplain/hijab
|
||||
display_name = "Hijab"
|
||||
path = /obj/item/clothing/head/hijab
|
||||
|
||||
/datum/gear/hat/chaplain/eboshi
|
||||
display_name = "Eboshi"
|
||||
path = /obj/item/clothing/head/eboshi
|
||||
|
||||
/datum/gear/hat/chaplain/kippah
|
||||
display_name = "Kippah"
|
||||
path = /obj/item/clothing/head/kippah
|
||||
|
||||
/datum/gear/hat/wizard
|
||||
display_name = "Wizard hat"
|
||||
path = /obj/item/clothing/head/wizard/fake
|
||||
|
||||
@@ -204,3 +204,8 @@
|
||||
display_name = "Mantle, quartermaster"
|
||||
path = /obj/item/clothing/neck/cloak/qm_mantle
|
||||
allowed_roles = list("Quartermaster")
|
||||
|
||||
/datum/gear/neck/tallit
|
||||
display_name = "Chaplain, tallit"
|
||||
path = /obj/item/clothing/neck/cloak/tallit
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
@@ -52,3 +52,21 @@
|
||||
display_name = "Tactical Suit"
|
||||
description = "Plasmaman envirosuit supplied by black markets. Forged on Boron. Does not have suit sensors."
|
||||
path = /obj/item/storage/box/tacticool_envirosuit
|
||||
|
||||
/datum/gear/racial/plasmamansuit_chapbw
|
||||
display_name = "Chaplain suit, black and white"
|
||||
description = "Envirosuit for pious plasmamen in black and white."
|
||||
path =/obj/item/storage/box/chapbw_envirosuit
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/racial/plasmamansuit_chapwg
|
||||
display_name = "Chaplain suit, white and green"
|
||||
description = "Envirosuit for pious plasmamen in white and green."
|
||||
path = /obj/item/storage/box/chapwg_envirosuit
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/racial/plasmamansuit_chapco
|
||||
display_name = "Chaplain suit, blue and orange"
|
||||
description = "Envirosuit for pious plasmamen in blue and orange."
|
||||
path = /obj/item/storage/box/chapco_envirosuit
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
slot = ITEM_SLOT_OUTER_SUIT
|
||||
sort_category = "External Wear"
|
||||
|
||||
/datum/gear/suit/job
|
||||
main_typepath = /datum/gear/suit/job
|
||||
|
||||
//WINTER COATS
|
||||
/datum/gear/suit/coat
|
||||
main_typepath = /datum/gear/suit/coat
|
||||
@@ -284,3 +287,47 @@
|
||||
/datum/gear/suit/tracksuitwhite
|
||||
display_name = "Tracksuit, white"
|
||||
path = /obj/item/clothing/suit/tracksuit/white
|
||||
|
||||
// Chaplain
|
||||
/datum/gear/suit/job/chaplain
|
||||
main_typepath = /datum/gear/suit/job/chaplain
|
||||
|
||||
/datum/gear/suit/job/chaplain/dark_robes
|
||||
display_name = "Dark robes"
|
||||
path = /obj/item/clothing/suit/hooded/dark_robes
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/suit/job/chaplain/cassock
|
||||
display_name = "Chaplain, cassock"
|
||||
path = /obj/item/clothing/suit/hooded/chaplain_cassock
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/suit/job/chaplain/nun
|
||||
display_name = "Chaplain, habit"
|
||||
path = /obj/item/clothing/suit/hooded/nun
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/suit/job/chaplain/monk
|
||||
display_name = "Chaplain, monk robes"
|
||||
path = /obj/item/clothing/suit/hooded/monk
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/suit/job/chaplain/bana
|
||||
display_name = "Chaplain, bana"
|
||||
path = /obj/item/clothing/suit/bana
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/suit/job/chaplain/joue
|
||||
display_name = "Chaplain, joue"
|
||||
path = /obj/item/clothing/suit/joue
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/suit/job/chaplain/miko
|
||||
display_name = "Chaplain, miko clothing"
|
||||
path = /obj/item/clothing/suit/miko
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/suit/job/chaplain/hasidic_coat
|
||||
display_name = "Chaplain, hasidic coat"
|
||||
path = /obj/item/clothing/suit/hasidic_coat
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
@@ -397,6 +397,36 @@
|
||||
path = /obj/item/clothing/under/rank/civilian/hop/turtleneck
|
||||
allowed_roles = list("Head of Personnel")
|
||||
|
||||
/datum/gear/uniform/suit/job/chaplain/
|
||||
display_name = "Chaplain, black"
|
||||
path = /obj/item/clothing/under/rank/civilian/chaplain
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/uniform/suit/job/chaplain/white
|
||||
display_name = "Chaplain, white"
|
||||
path = /obj/item/clothing/under/rank/civilian/chaplain/white
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/uniform/suit/job/chaplain/bw
|
||||
display_name = "Chaplain, black and white"
|
||||
path = /obj/item/clothing/under/rank/civilian/chaplain/bw
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/uniform/suit/job/chaplain/orange
|
||||
display_name = "Chaplain, kasaya"
|
||||
path = /obj/item/clothing/under/rank/civilian/chaplain/orange
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/uniform/suit/job/chaplain/green
|
||||
display_name = "Chaplain, modest"
|
||||
path = /obj/item/clothing/under/rank/civilian/chaplain/green
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
/datum/gear/uniform/suit/job/chaplain/thobe
|
||||
display_name = "Chaplain, thobe"
|
||||
path = /obj/item/clothing/under/rank/civilian/chaplain/thobe
|
||||
allowed_roles = list("Chaplain")
|
||||
|
||||
//Command and dignitary
|
||||
/datum/gear/uniform/skirt/captain
|
||||
display_name = "Skirt, captain"
|
||||
|
||||
Reference in New Issue
Block a user