fixed deathnettle

This commit is contained in:
joep van der velden
2019-04-02 20:16:46 +02:00
parent 13fc0e5768
commit bba407c889
+2 -1
View File
@@ -95,7 +95,8 @@
force = round((5 + seed.potency / 2.5), 1)
/obj/item/grown/nettle/death/pickup(mob/living/carbon/user)
if(..() && ishuman(user)) // If the pickup succeeded and is humanoid
. = ..()
if(. && ishuman(user)) // If the pickup succeeded and is humanoid
var/mob/living/carbon/human/H = user
if(!H.gloves && prob(50))
user.Paralyse(5)