mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Latex Gloves Begone (#7610)
* Increasing funding for Sterile Gloves Budget * Changelog Edit * Trying to Fix the Conflict * Icon Fix
This commit is contained in:
@@ -152,8 +152,8 @@
|
||||
/obj/item/storage/box/gloves
|
||||
name = "box of sterile gloves"
|
||||
desc = "Contains sterile gloves."
|
||||
icon_state = "latex"
|
||||
starts_with = list(/obj/item/clothing/gloves/latex = 4, /obj/item/clothing/gloves/latex/nitrile = 3)
|
||||
icon_state = "nitrile"
|
||||
starts_with = list(/obj/item/clothing/gloves/latex = 2, /obj/item/clothing/gloves/latex/nitrile = 5)
|
||||
|
||||
/obj/item/storage/box/masks
|
||||
name = "box of sterile masks"
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
new /obj/item/clothing/shoes/medical(src)
|
||||
new /obj/item/clothing/under/rank/chief_medical_officer(src)
|
||||
new /obj/item/cartridge/cmo(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex/nitrile(src)
|
||||
new /obj/item/device/radio/headset/heads/cmo(src)
|
||||
new /obj/item/device/radio/headset/heads/cmo/alt(src)
|
||||
new /obj/item/device/flash(src)
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
new /obj/item/cartridge/rd(src)
|
||||
new /obj/item/clothing/shoes/science(src)
|
||||
new /obj/item/clothing/shoes/leather(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex/nitrile(src)
|
||||
new /obj/item/device/radio/headset/heads/rd(src)
|
||||
new /obj/item/device/radio/headset/heads/rd/alt(src)
|
||||
new /obj/item/tank/air(src)
|
||||
@@ -64,6 +64,6 @@
|
||||
new /obj/item/clothing/suit/storage/toggle/labcoat(src)
|
||||
new /obj/item/clothing/shoes/science(src)
|
||||
new /obj/item/clothing/shoes/leather(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex/nitrile(src)
|
||||
new /obj/item/device/radio/headset/heads/rd(src)
|
||||
new /obj/item/device/radio/headset/heads/rd/alt(src)
|
||||
|
||||
Reference in New Issue
Block a user