Skip to content

Commit

Permalink
balance: fake insulated gloves now can be recognized only in close ra…
Browse files Browse the repository at this point in the history
…nge (#5954)

he-he-he
  • Loading branch information
NightDawnFox authored Sep 28, 2024
1 parent 972ba61 commit 79f1009
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code/modules/clothing/gloves/color.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,14 @@
unlimited_power = TRUE

/obj/item/clothing/gloves/color/yellow/fake
desc = "These gloves will protect the wearer from electric shock. They don't feel like rubber..."
siemens_coefficient = 1

/obj/item/clothing/gloves/color/yellow/fake/examine(mob/user)
. = ..()
if(Adjacent(user))
. += span_notice("They don't feel like rubber...")


/obj/item/clothing/gloves/color/fyellow //Cheap Chinese Crap
desc = "These gloves are cheap copies of the coveted gloves, no way this can end badly."
name = "budget insulated gloves"
Expand Down

0 comments on commit 79f1009

Please sign in to comment.