Fixes for science/chemistry/genetics jumpsuit icons.

Virologist gets a new jumpsuit.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3171 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-02-23 02:06:11 +00:00
parent e1054fffb2
commit 56e25becbe
5 changed files with 13 additions and 4 deletions
+11 -2
View File
@@ -174,9 +174,18 @@
/obj/item/clothing/under/rank/chemist
desc = "Made of a special fiber that gives special protection against biohazards. Has a chemist rank stripe on it."
name = "Chemist Jumpsuit"
icon_state = "genetics"
icon_state = "chemistry"
item_state = "w_suit"
color = "geneticswhite"
color = "chemistrywhite"
permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
/obj/item/clothing/under/rank/virologist
desc = "Made of a special fiber that gives special protection against biohazards. Has a virologist rank stripe on it."
name = "Virologist Jumpsuit"
icon_state = "virology"
item_state = "w_suit"
color = "virologywhite"
permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)