adds nitrile gloves

This commit is contained in:
paprka
2014-12-29 20:14:41 -08:00
parent a52cdfd42d
commit c26de0f5d3
5 changed files with 12 additions and 5 deletions
@@ -69,8 +69,8 @@
new /obj/item/clothing/suit/toggle/labcoat(src)
new /obj/item/clothing/shoes/sneakers/white(src)
new /obj/item/device/radio/headset/headset_med(src)
new /obj/item/clothing/gloves/latex(src)
new /obj/item/weapon/defibrillator/loaded(src)
new /obj/item/clothing/gloves/latex/nitrile(src)
new /obj/item/weapon/storage/belt/medical(src)
new /obj/item/clothing/glasses/hud/health(src)
new /obj/item/clothing/suit/toggle/wintercoat/medical(src)
@@ -101,8 +101,8 @@
new /obj/item/clothing/shoes/sneakers/brown (src)
new /obj/item/weapon/cartridge/cmo(src)
new /obj/item/device/radio/headset/heads/cmo(src)
new /obj/item/clothing/gloves/latex(src)
new /obj/item/weapon/defibrillator/loaded(src)
new /obj/item/clothing/gloves/latex/nitrile(src)
new /obj/item/weapon/storage/belt/medical(src)
new /obj/item/device/flash/handheld(src)
new /obj/item/clothing/suit/toggle/wintercoat/medical(src)
+2 -2
View File
@@ -21,8 +21,8 @@
/obj/item/clothing/gloves/white
name = "white gloves"
desc = "These look pretty fancy."
icon_state = "latex"
item_state = "lgloves"
icon_state = "white"
item_state = "wgloves"
item_color="mime"
redcoat
@@ -27,7 +27,7 @@
/obj/item/clothing/gloves/latex
name = "latex gloves"
desc = "Sterile latex gloves."
desc = "Cheap, sterile gloves made from latex."
icon_state = "latex"
item_state = "lgloves"
siemens_coefficient = 0.30
@@ -35,6 +35,13 @@
item_color="white"
transfer_prints = TRUE
/obj/item/clothing/gloves/latex/nitrile
name = "latex gloves"
desc = "Expensive sterile gloves that are thicker than latex."
icon_state = "nitrile"
item_state = "nitrilegloves"
transfer_prints = FALSE
cmo
item_color = "medical" //Exists for washing machines. Is not different from latex gloves in any way.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB