New look for the bio suits and their closets

Replaced all existing biosuits and hoods with the new sprites.

changelog updated

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1054 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-02-18 02:01:49 +00:00
parent f022751058
commit 32936abf26
16 changed files with 8645 additions and 8526 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/obj/closet/jcloset/New()
..()
sleep(2)
new /obj/item/clothing/suit/bio_suit(src)
new /obj/item/clothing/head/bio_hood(src)
new /obj/item/clothing/suit/bio_suit/janitor(src)
new /obj/item/clothing/head/bio_hood/janitor(src)
new /obj/item/clothing/under/rank/janitor(src)
new /obj/item/clothing/under/rank/janitor(src)
new /obj/item/clothing/shoes/black(src)
+47 -2
View File
@@ -1,7 +1,52 @@
/obj/closet/l3closet/New()
..()
sleep(2)
new /obj/item/clothing/suit/bio_suit( src )
new /obj/item/clothing/suit/bio_suit/general( src )
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/head/bio_hood( src )
new /obj/item/clothing/head/bio_hood/general( src )
/obj/closet/l3closet/general/New()
..()
sleep(2)
contents = list()
new /obj/item/clothing/suit/bio_suit/general( src )
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/head/bio_hood/general( src )
/obj/closet/l3closet/virology/New()
..()
sleep(2)
contents = list()
new /obj/item/clothing/suit/bio_suit/virology( src )
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/head/bio_hood/virology( src )
/obj/closet/l3closet/security/New()
..()
sleep(2)
contents = list()
new /obj/item/clothing/suit/bio_suit/security( src )
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/head/bio_hood/security( src )
/obj/closet/l3closet/janitor/New()
..()
sleep(2)
contents = list()
new /obj/item/clothing/suit/bio_suit/janitor( src )
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/head/bio_hood/janitor( src )
/obj/closet/l3closet/scientist/New()
..()
sleep(2)
contents = list()
new /obj/item/clothing/suit/bio_suit/scientist( src )
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/head/bio_hood/scientist( src )
+2 -2
View File
@@ -57,9 +57,9 @@
new /obj/item/clothing/under/rank/medical( src )
new /obj/item/weapon/tank/air( src )
new /obj/item/clothing/mask/gas( src )
new /obj/item/clothing/suit/bio_suit( src )
new /obj/item/clothing/suit/bio_suit/general( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/gloves/latex( src )
new /obj/item/clothing/head/bio_hood( src )
new /obj/item/clothing/head/bio_hood/general( src )
new /obj/item/clothing/suit/labcoat(src)
return
@@ -3,11 +3,11 @@
sleep(2)
new /obj/item/weapon/tank/air( src )
new /obj/item/clothing/mask/gas( src )
new /obj/item/clothing/suit/bio_suit( src )
new /obj/item/clothing/suit/bio_suit/general( src )
new /obj/item/clothing/under/rank/scientist( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/gloves/latex( src )
new /obj/item/clothing/head/bio_hood( src )
new /obj/item/clothing/head/bio_hood/general( src )
new /obj/item/clothing/suit/labcoat(src)
return
@@ -18,9 +18,9 @@
new /obj/item/clothing/under/rank/research_director( src )
new /obj/item/weapon/tank/air( src )
new /obj/item/clothing/mask/gas( src )
new /obj/item/clothing/suit/bio_suit( src )
new /obj/item/clothing/suit/bio_suit/scientist( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/clothing/gloves/latex( src )
new /obj/item/clothing/head/bio_hood( src )
new /obj/item/clothing/head/bio_hood/scientist( src )
new /obj/item/clothing/suit/labcoat(src)
return