Skip to content

Commit

Permalink
-Added transparencies to goggles and medical/sec HUDs
Browse files Browse the repository at this point in the history
-Split nun robe into two objects so the hood could be worn over hair

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3706 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
ericgfwong@hotmail.com committed May 31, 2012
1 parent 7685c4b commit 4d5a775
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/defines/obj/clothing/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
icon_state = "chaplain_hood"
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
name = "hastur's hood"
desc = "It's unspeakably stylish"
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/closets/wardrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
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/head/nun_hood(src)
new /obj/item/clothing/suit/chaplain_hoodie(src)
new /obj/item/clothing/head/chaplain_hood(src)
new /obj/item/clothing/suit/holidaypriest(src)
Expand Down
Binary file modified icons/mob/eyes.dmi
Binary file not shown.
Binary file modified icons/mob/head.dmi
Binary file not shown.
Binary file modified icons/mob/suit.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.

0 comments on commit 4d5a775

Please sign in to comment.