Merge pull request #11327 from Arturlang/dropper_fix

Fixes reagent containers transfer cycling
This commit is contained in:
Ghom
2020-03-04 23:17:00 +01:00
committed by GitHub
@@ -67,6 +67,7 @@
else
amount_per_transfer_from_this = possible_transfer_amounts[1]
to_chat(user, "<span class='notice'>[src]'s transfer amount is now [amount_per_transfer_from_this] units.</span>")
return
/obj/item/reagent_containers/attack(mob/M, mob/user, def_zone)
if(user.a_intent == INTENT_HARM)