Fake insuls can only be felt when adjacent (#18293)

* buffs fake insuls to be funnier

* organization good
This commit is contained in:
Contrabang
2022-07-11 12:33:29 +01:00
committed by GitHub
parent 1f8db4200c
commit 73c584fde5
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -53,7 +53,6 @@
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/fyellow //Cheap Chinese Crap
@@ -155,6 +155,11 @@
cell = null
update_icon()
/obj/item/clothing/gloves/color/yellow/fake/examine(mob/user)
. = ..()
if(user.Adjacent(src))
. += "<span class='notice'>They don't feel like rubber...</span>"
/obj/item/clothing/gloves/fingerless/rapid
name = "gloves of the North Star"
desc = "Just looking at these fills you with an urge to beat the shit out of people."