mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user