Shaker and Cyborg Drink Synthesizer Additions (#13652)

This commit is contained in:
VisVirific
2022-04-27 12:45:35 -03:00
committed by GitHub
parent 566379d677
commit c475e9d010
21 changed files with 263 additions and 21 deletions
+1 -1
View File
@@ -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