All it lacked is a return.

This commit is contained in:
Artur
2020-03-04 23:29:08 +02:00
parent f40af6014c
commit f879316b4e

View File

@@ -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)