Shaker and Cyborg Drink Synthesizer Additions (#13652)

This commit is contained in:
VisVirific
2022-04-27 17:45:35 +02:00
committed by GitHub
parent 566379d677
commit c475e9d010
21 changed files with 263 additions and 21 deletions
+4 -1
View File
@@ -306,6 +306,9 @@
return 1
var/trans = reagents.trans_to(target, amount_per_transfer_from_this)
playsound(src, 'sound/effects/pour.ogg', 25, 1)
to_chat(user, "<span class='notice'>You transfer [trans] units of the solution to [target].</span>")
on_pour()
return 1
/obj/item/reagent_containers/proc/on_pour()
playsound(src, /decl/sound_category/generic_pour_sound, 25, 1)