I added in three new clothing pieces. A chicken suit, a Holidaypriest suit and a nurse suit and nurse hat.

I added the holidaypriest suit and the nurse suit and hat to their respective lockers in chapel and Medbay. I also placed the chicken suit in the theatre.

Barman has a new drink named Singulo and Carrot Fries and Meatball spagetti was fixed.

Thanks goes to Farart for all these great sprites. So thanks Farart.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1806 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
firecage@hotmail.com
2011-07-08 20:53:39 +00:00
parent a2dac2c1b5
commit 988f795be2
20 changed files with 6704 additions and 6613 deletions
@@ -40,6 +40,8 @@
new /obj/item/weapon/cartridge/medical( src )
new /obj/item/device/radio/headset/headset_med( src )
new /obj/item/weapon/storage/utilitybelt/medical( src )
new /obj/item/clothing/under/rank/nursesuit ( src )
new /obj/item/clothing/head/nursehat ( src )
return
/obj/secure_closet/CMO/New()
@@ -54,4 +56,6 @@
new /obj/item/clothing/suit/labcoat(src)
new /obj/item/clothing/mask/gas( src )
new /obj/item/device/radio/headset/heads/cmo( src )
new /obj/item/clothing/under/rank/nursesuit ( src )
new /obj/item/clothing/head/nursehat ( src )
return
+1
View File
@@ -84,6 +84,7 @@
new /obj/item/clothing/suit/nun( src )
new /obj/item/clothing/suit/chaplain_hoodie( src )
new /obj/item/clothing/head/chaplain_hood( src )
new /obj/item/clothing/suit/holidaypriest( src )
return
/obj/closet/wardrobe/green/New()