mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Fake insuls can only be felt when adjacent (#18293)
* buffs fake insuls to be funnier * organization good
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user