This commit is contained in:
s
2020-03-19 13:37:59 -04:00
parent bce47ff94c
commit 71ac8b108d
@@ -50,6 +50,10 @@
to_chat(user, "<span class='notice'>You place [I] into [src] to start the fermentation process.</span>")
addtimer(CALLBACK(src, .proc/makeWine, fruit), rand(80, 120) * speed_multiplier)
return TRUE
var/obj/item/W = I
if(W)
if(W.is_refillable())
return 0 //so we can refill them via their afterattack.
else
return ..()