mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
changed "Monk's frock" to the modern term, "Monk's habit"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//Chaplain Suit Subtypes
|
||||
//If any new staple chaplain items get added, put them in these lists
|
||||
//If any new staple chaplain items get added, put them in these lists
|
||||
/obj/item/clothing/suit/chaplainsuit
|
||||
allowed = list(/obj/item/storage/book/bible, /obj/item/nullrod, /obj/item/reagent_containers/food/drinks/bottle/holywater, /obj/item/storage/fancy/candle_box, /obj/item/candle, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman)
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
item_state = "bishoprobe"
|
||||
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
||||
flags_inv = HIDEJUMPSUIT
|
||||
|
||||
|
||||
/obj/item/clothing/suit/chaplainsuit/studentuni
|
||||
name = "student robe"
|
||||
desc = "The uniform of a bygone institute of learning."
|
||||
@@ -45,15 +45,15 @@
|
||||
item_state = "witchhunter"
|
||||
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
||||
|
||||
/obj/item/clothing/suit/hooded/chaplainsuit/monkfrock
|
||||
name = "monk's frock"
|
||||
/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit
|
||||
name = "monk's habit"
|
||||
desc = "A few steps above rended sackcloth."
|
||||
icon_state = "monkfrock"
|
||||
item_state = "monkfrock"
|
||||
icon_state = "monkhabit"
|
||||
item_state = "monkhabit"
|
||||
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
||||
hoodtype = /obj/item/clothing/head/hooded/monkfrock
|
||||
|
||||
/obj/item/clothing/head/hooded/monkfrock
|
||||
hoodtype = /obj/item/clothing/head/hooded/monkhabit
|
||||
|
||||
/obj/item/clothing/head/hooded/monkhabit
|
||||
name = "monk's hood"
|
||||
desc = "For when a man wants to cover up his tonsure."
|
||||
icon_state = "monkhood"
|
||||
@@ -76,7 +76,7 @@
|
||||
item_state = "whiterobe"
|
||||
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
||||
flags_inv = HIDEJUMPSUIT
|
||||
|
||||
|
||||
/obj/item/clothing/suit/chaplainsuit/clownpriest
|
||||
name = "Robes of the Honkmother"
|
||||
desc = "Meant for a clown of the cloth."
|
||||
|
||||
Reference in New Issue
Block a user