mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Adds Vaurca nitrile and botany gloves (#12544)
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
var/list/glove_types = list(
|
||||
"Standard Gloves" = /obj/item/clothing/gloves/latex/nitrile,
|
||||
"Unathi Gloves" = /obj/item/clothing/gloves/latex/nitrile/unathi,
|
||||
"Tajara Gloves" = /obj/item/clothing/gloves/latex/nitrile/tajara
|
||||
"Tajara Gloves" = /obj/item/clothing/gloves/latex/nitrile/tajara,
|
||||
"Vaurca Gloves" = /obj/item/clothing/gloves/latex/nitrile/vaurca
|
||||
)
|
||||
var/chosen_type = input(user, "Which pair of gloves would you like?", capitalize_first_letters(name)) as null|anything in glove_types
|
||||
if(!chosen_type)
|
||||
|
||||
@@ -99,6 +99,13 @@
|
||||
item_state = "nitrile"
|
||||
species_restricted = list(BODYTYPE_TAJARA)
|
||||
|
||||
/obj/item/clothing/gloves/latex/nitrile/vaurca
|
||||
name = "vaurca nitrile gloves"
|
||||
desc = "Sterile nitrile gloves. Designed for Vaurca use."
|
||||
icon_state = "nitrile"
|
||||
item_state = "nitrile"
|
||||
species_restricted = list(BODYTYPE_VAURCA)
|
||||
|
||||
/obj/item/clothing/gloves/latex/unathi
|
||||
name = "unathi latex gloves"
|
||||
desc = "Sterile latex gloves. Designed for Unathi use."
|
||||
@@ -109,6 +116,11 @@
|
||||
desc = "Sterile latex gloves. Designed for Tajara use."
|
||||
species_restricted = list(BODYTYPE_TAJARA)
|
||||
|
||||
/obj/item/clothing/gloves/latex/vaurca
|
||||
name = "vaurca latex gloves"
|
||||
desc = "Sterile latex gloves. Designed for Vaurca use."
|
||||
species_restricted = list(BODYTYPE_VAURCA)
|
||||
|
||||
/obj/item/clothing/gloves/botanic_leather
|
||||
desc = "These leather work gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin."
|
||||
name = "leather gloves"
|
||||
@@ -127,6 +139,10 @@
|
||||
name = "tajaran leather gloves"
|
||||
species_restricted = list(BODYTYPE_TAJARA)
|
||||
|
||||
/obj/item/clothing/gloves/botanic_leather/vaurca
|
||||
name = "vaurca leather gloves"
|
||||
species_restricted = list(BODYTYPE_VAURCA)
|
||||
|
||||
/*
|
||||
Forcegloves. They amplify force from melee hits as well as muck up disarm and stuff a little.
|
||||
Has bits of code in item_attack.dm, stungloves.dm, human_attackhand, human_defense
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Desven
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Added Vaurca nitrile and botany gloves."
|
||||
@@ -21550,6 +21550,7 @@
|
||||
/obj/item/clothing/gloves/latex/nitrile/tajara,
|
||||
/obj/item/clothing/gloves/latex/unathi,
|
||||
/obj/item/clothing/gloves/latex/tajara,
|
||||
/obj/item/clothing/gloves/latex/vaurca,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/medical/medbay4)
|
||||
"aSL" = (
|
||||
@@ -21563,6 +21564,7 @@
|
||||
dir = 4;
|
||||
icon_state = "tube1"
|
||||
},
|
||||
/obj/item/clothing/gloves/latex/vaurca,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/medical/medbay4)
|
||||
"aSM" = (
|
||||
@@ -34921,6 +34923,7 @@
|
||||
/obj/machinery/camera/network/medbay{
|
||||
c_tag = "Medical - Secondary Storage"
|
||||
},
|
||||
/obj/item/clothing/gloves/latex/vaurca,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/medical/medbay4)
|
||||
"umt" = (
|
||||
|
||||
@@ -47130,6 +47130,7 @@
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/item/clothing/gloves/botanic_leather/vaurca,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"bHy" = (
|
||||
@@ -47390,6 +47391,7 @@
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/item/clothing/gloves/botanic_leather/vaurca,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"bIm" = (
|
||||
|
||||
Reference in New Issue
Block a user