TG: -Added transparencies to goggles and medical/sec HUDs
-Split nun robe into two objects so the hood could be worn over hair Revision: r3706 Author: ericgfw...@hotmail.com
@@ -74,12 +74,15 @@ obj/structure/closet/wardrobe/hop/New()
|
|||||||
|
|
||||||
/obj/structure/closet/wardrobe/chaplain_black/New()
|
/obj/structure/closet/wardrobe/chaplain_black/New()
|
||||||
//new /obj/item/clothing/suit/imperium_monk(src) //No. -- Urist
|
//new /obj/item/clothing/suit/imperium_monk(src) //No. -- Urist
|
||||||
|
new /obj/item/clothing/under/rank/chaplain(src)
|
||||||
|
new /obj/item/clothing/shoes/black(src)
|
||||||
new /obj/item/clothing/suit/nun(src)
|
new /obj/item/clothing/suit/nun(src)
|
||||||
new /obj/item/clothing/suit/storage/chaplain_hoodie(src)
|
new /obj/item/clothing/head/nun_hood(src)
|
||||||
|
new /obj/item/clothing/suit/chaplain_hoodie(src)
|
||||||
new /obj/item/clothing/head/chaplain_hood(src)
|
new /obj/item/clothing/head/chaplain_hood(src)
|
||||||
new /obj/item/clothing/suit/holidaypriest(src)
|
new /obj/item/clothing/suit/holidaypriest(src)
|
||||||
new /obj/item/clothing/suit/hastur (src)
|
//new /obj/item/clothing/suit/hastur (src) //No. -- Urist
|
||||||
new /obj/item/clothing/head/hasturhood (src)
|
//new /obj/item/clothing/head/hasturhood (src) //No. -- Urist
|
||||||
return
|
return
|
||||||
|
|
||||||
/obj/structure/closet/wardrobe/green/New()
|
/obj/structure/closet/wardrobe/green/New()
|
||||||
|
|||||||
@@ -89,6 +89,12 @@
|
|||||||
icon_state = "chaplain_hood"
|
icon_state = "chaplain_hood"
|
||||||
flags = FPRINT|TABLEPASS|HEADSPACE|HEADCOVERSEYES|BLOCKHAIR
|
flags = FPRINT|TABLEPASS|HEADSPACE|HEADCOVERSEYES|BLOCKHAIR
|
||||||
|
|
||||||
|
/obj/item/clothing/head/nun_hood
|
||||||
|
name = "nun hood"
|
||||||
|
desc = "Maximum piety in this star system."
|
||||||
|
icon_state = "nun_hood"
|
||||||
|
flags = FPRINT|TABLEPASS|HEADSPACE|HEADCOVERSEYES|BLOCKHAIR
|
||||||
|
|
||||||
/obj/item/clothing/head/hasturhood
|
/obj/item/clothing/head/hasturhood
|
||||||
name = "hastur's hood"
|
name = "hastur's hood"
|
||||||
desc = "It's unspeakably stylish"
|
desc = "It's unspeakably stylish"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 264 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |