Skip to content

Commit

Permalink
Removes duplicate ..() (tgstation#20167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Core0verload authored and KorPhaeron committed Aug 28, 2016
1 parent 625f685 commit ef8cb75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/hydroponics/grown/nettle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
force = round((5 + seed.potency / 2.5), 1)

/obj/item/weapon/grown/nettle/death/pickup(mob/living/carbon/user)
..()
if(..())
if(prob(50))
user.Paralyse(5)
Expand Down

0 comments on commit ef8cb75

Please sign in to comment.