you missssed oooone

This commit is contained in:
Joan Lung
2016-09-10 09:29:14 -04:00
parent 097c05ff2c
commit e1c7d0d574
+2 -2
View File
@@ -61,7 +61,7 @@
if(do_after(user, harvest_time, target = src))
harvest(user)
else
..()
return ..()
/obj/structure/flora/ash/attack_hand(mob/user)
if(!harvested && !needs_sharp_harvest)
@@ -165,7 +165,7 @@
/obj/item/ash_flora/attackby(obj/item/weapon/W, mob/user, params)
if(!standard_prep || !W.sharpness || !prepare(user))
..()
return ..()
/obj/item/ash_flora/proc/prepare(mob/user)
if(!prepared)