Merge pull request #50098 from wesoda25/barrelfix

You no longer hit fermenting barrels when transferring reagents
This commit is contained in:
ShizCalev
2020-04-04 19:39:19 -04:00
committed by GitHub
@@ -50,6 +50,9 @@
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
if(I)
if(I.is_refillable())
return FALSE //so we can refill them via their afterattack.
else
return ..()