Smaller sip volumes. (#19180)

Allows drinks to select smaller transfer amounts, as low as 1 unit, to
allow smaller sips.
This commit is contained in:
Sparky
2024-05-22 09:10:38 +00:00
committed by GitHub
parent 5404c03a45
commit 8aec7b8e36
2 changed files with 7 additions and 0 deletions
@@ -22,6 +22,7 @@ If you add a drink with an empty icon sprite, ensure it is in the same folder, e
volume = 50
var/shaken = 0
var/drink_flags
possible_transfer_amounts = list(1, 2, 3, 4, 5, 10, 15, 25, 30)
/obj/item/reagent_containers/food/drinks/Initialize()
. = ..()