mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Loadout, clothing fixes and additions (#2467)
-adds turbans at some people's request -adds the forensic technician's allowed roles to sec related custom loadout -fixes shoes having two species_restricted vars -add species restrictions to galoshes and the like -changed how the force var works on the shoes, regular shoes have 0, boots have 3 and combat boots/magboots have 5 -adds nitrile gloves after a forum request
This commit is contained in:
@@ -114,8 +114,8 @@
|
||||
thing.autodrobe_no_remove = 1
|
||||
|
||||
/obj/item/weapon/storage/box/gloves
|
||||
name = "box of latex gloves"
|
||||
desc = "Contains white gloves."
|
||||
name = "box of sterile gloves"
|
||||
desc = "Contains sterile gloves."
|
||||
icon_state = "latex"
|
||||
|
||||
New()
|
||||
@@ -124,9 +124,9 @@
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex(src)
|
||||
new /obj/item/clothing/gloves/latex/nitrile(src)
|
||||
new /obj/item/clothing/gloves/latex/nitrile(src)
|
||||
new /obj/item/clothing/gloves/latex/nitrile(src)
|
||||
|
||||
/obj/item/weapon/storage/box/masks
|
||||
name = "box of sterile masks"
|
||||
@@ -827,4 +827,4 @@
|
||||
/obj/item/weapon/storage/box/stims/New()
|
||||
..()
|
||||
for(var/i in 1 to 4)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/autoinjector/stimpack(src)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/autoinjector/stimpack(src)
|
||||
|
||||
Reference in New Issue
Block a user