Upload files

This commit is contained in:
SandPoot
2022-01-25 14:32:25 -03:00
parent 4ce6bcd52f
commit 5bca0fb563
7 changed files with 105 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
amount_per_transfer_from_this = possible_transfer_amounts[i+1]
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>")
balloon_alert(user, "Transferring [amount_per_transfer_from_this]u")
return
/obj/item/reagent_containers/attack(mob/living/M, mob/living/user, attackchain_flags = NONE, damage_multiplier = 1)