mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Shaker and Cyborg Drink Synthesizer Additions (#13652)
This commit is contained in:
@@ -482,7 +482,7 @@
|
||||
var/empty_amount = RG.reagents.trans_to(src, RG.amount_per_transfer_from_this)
|
||||
var/max_reagents = RG.reagents.maximum_volume
|
||||
user.visible_message("<b>[user]</b> empties [empty_amount == max_reagents ? "all of \the [RG]" : "some of \the [RG]"] into \a [src].")
|
||||
playsound(src.loc, 'sound/effects/pour.ogg', 10, 1)
|
||||
playsound(src.loc, /decl/sound_category/generic_pour_sound, 10, 1)
|
||||
return
|
||||
|
||||
// Filling/empying Syringes
|
||||
|
||||
Reference in New Issue
Block a user