Merge pull request #9203 from mwerezak/vines2

Updates weed control crate
This commit is contained in:
Chinsky
2015-05-12 15:58:47 +03:00
2 changed files with 8 additions and 10 deletions
@@ -270,11 +270,3 @@
slot_flags = SLOT_BACK
origin_tech = "materials=2;combat=2"
attack_verb = list("chopped", "sliced", "cut", "reaped")
/obj/item/weapon/scythe/afterattack(atom/A, mob/user as mob, proximity)
if(!proximity) return
if(istype(A, /obj/effect/plant))
for(var/obj/effect/plant/B in orange(A,1))
if(prob(80))
B.die_off(1)
del A