mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
[LORE] Updates a bunch of tool lore (#28410)
* the lore jim * Update colored_gloves.dm Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update welder.dm Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/tools/wrench.dm Co-authored-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/tools/screwdriver.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * crowb --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Co-authored-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
co-authored by
Charlie Nolan
WenlockTheBritishHobo
CRUNCH
parent
f65946448d
commit
8401ced031
@@ -3,7 +3,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/yellow
|
||||
name = "insulated gloves"
|
||||
desc = "These gloves will protect the wearer from electric shock."
|
||||
desc = "A pair of rubber-lined industrial gloves. They'll protect the wearer from electrical shocks."
|
||||
icon_state = "yellow"
|
||||
item_state = "ygloves"
|
||||
siemens_coefficient = 0
|
||||
@@ -18,7 +18,7 @@
|
||||
/// Cheap Chinese Crap
|
||||
/obj/item/clothing/gloves/color/fyellow
|
||||
name = "budget insulated gloves"
|
||||
desc = "These gloves are cheap copies of the coveted gloves, no way this can end badly."
|
||||
desc = "A pair of knock-off insulated gloves. They might stop a shock, but it'll be a gamble."
|
||||
icon_state = "yellow"
|
||||
item_state = "ygloves"
|
||||
siemens_coefficient = 1 //Set to a default of 1, gets overridden in New()
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/fyellow/old
|
||||
name = "worn out insulated gloves"
|
||||
desc = "Old and worn out insulated gloves, hopefully they still work."
|
||||
desc = "An old pair of insulated gloves. While a lot of the rubber is worn away, enough should be left to at least reduce any electrical shocks. Probably."
|
||||
|
||||
/obj/item/clothing/gloves/color/fyellow/old/Initialize(mapload)
|
||||
. = ..()
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/black
|
||||
name = "black gloves"
|
||||
desc = "These gloves are fire-resistant."
|
||||
desc = "A pair of black gloves made of fire-resistant fabric."
|
||||
icon_state = "black"
|
||||
item_state = "bgloves"
|
||||
item_color="black"
|
||||
@@ -78,7 +78,7 @@
|
||||
..()
|
||||
|
||||
/obj/item/clothing/gloves/color/black/poisoner
|
||||
desc = "These gloves are fire-resistant. They seem thicker than usual."
|
||||
desc = "A pair of thick black gloves. They're coated with a hydrophobic material that repels liquids."
|
||||
safe_from_poison = TRUE
|
||||
|
||||
/obj/item/clothing/gloves/color/orange
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/red/insulated
|
||||
name = "insulated gloves"
|
||||
desc = "These gloves will protect the wearer from electric shock."
|
||||
desc = "A pair of rubber-lined industrial gloves. They'll protect the wearer from electrical shocks."
|
||||
siemens_coefficient = 0
|
||||
permeability_coefficient = 0.05
|
||||
resistance_flags = NONE
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/latex
|
||||
name = "latex gloves"
|
||||
desc = "Cheap sterile gloves made from latex."
|
||||
desc = "A pair of thin sterile gloves made from latex. The material's thin enough that fingerprints can still be transferred to objects you touch."
|
||||
icon_state = "latex"
|
||||
item_state = "lgloves"
|
||||
siemens_coefficient = 0.30
|
||||
@@ -167,7 +167,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/latex/nitrile
|
||||
name = "nitrile gloves"
|
||||
desc = "Pricy sterile gloves that are stronger than latex."
|
||||
desc = "A pair of high-quality sterile gloves made from thick nitrile material. "
|
||||
icon_state = "nitrile"
|
||||
item_state = "nitrilegloves"
|
||||
transfer_prints = FALSE
|
||||
@@ -175,7 +175,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/white
|
||||
name = "white gloves"
|
||||
desc = "These look pretty fancy."
|
||||
desc = "A pair of white silk gloves for individuals of class and discerning taste."
|
||||
icon_state = "white"
|
||||
item_state = "wgloves"
|
||||
item_color="mime"
|
||||
@@ -189,7 +189,7 @@
|
||||
|
||||
/obj/item/clothing/gloves/color/captain
|
||||
name = "captain's gloves"
|
||||
desc = "Regal blue gloves, with a nice gold trim. Swanky."
|
||||
desc = "A pair of very expensive gloves made of reinforced blue & gold fabric. They're insulated against both electrical shocks and extreme temperatures."
|
||||
icon_state = "captain"
|
||||
item_state = "captain"
|
||||
item_color = "captain"
|
||||
|
||||
Reference in New Issue
Block a user