mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 14:15:22 +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)
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
H.equip_if_possible(new /obj/item/device/radio/headset/headset_medsci(H), H.slot_ears)
|
||||
H.equip_if_possible(new /obj/item/weapon/storage/backpack/medic (H), H.slot_back)
|
||||
H.equip_if_possible(new /obj/item/weapon/storage/box/survival(H.back), H.slot_in_backpack)
|
||||
H.equip_if_possible(new /obj/item/clothing/under/rank/medical(H), H.slot_w_uniform)
|
||||
H.equip_if_possible(new /obj/item/clothing/under/rank/virologist(H), H.slot_w_uniform)
|
||||
H.equip_if_possible(new /obj/item/device/pda/medical(H), H.slot_belt)
|
||||
H.equip_if_possible(new /obj/item/clothing/mask/surgical(H), H.slot_wear_mask)
|
||||
H.equip_if_possible(new /obj/item/clothing/shoes/white(H), H.slot_shoes)
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
return 1
|
||||
|
||||
|
||||
|
||||
//Chemist is a medical job damnit
|
||||
/datum/job/chemist
|
||||
title = "Chemist"
|
||||
flag = CHEMIST
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 157 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user