From 73c584fde517627b82964a8183c5a48fd85b68dc Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Mon, 11 Jul 2022 04:33:29 -0700 Subject: [PATCH] Fake insuls can only be felt when adjacent (#18293) * buffs fake insuls to be funnier * organization good --- code/modules/clothing/gloves/color.dm | 1 - code/modules/clothing/gloves/miscellaneous.dm | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index a67643a2321..8c12be1b1e0 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -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 diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index a02f0117e64..afd2bea4d7e 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -155,6 +155,11 @@ cell = null update_icon() +/obj/item/clothing/gloves/color/yellow/fake/examine(mob/user) + . = ..() + if(user.Adjacent(src)) + . += "They don't feel like rubber..." + /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."