mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Shaker and Cyborg Drink Synthesizer Additions (#13652)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user