mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-19 19:10:05 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user