adjust drinks list
This commit is contained in:
@@ -8,15 +8,15 @@ _deposit_per_crate = "deposit_per_crate"
|
||||
|
||||
drinks = {
|
||||
"Sterni": {
|
||||
_crates: 25, _bottles_per_crate: 20, _bottle_size: 0.5,
|
||||
_crates: 30, _bottles_per_crate: 20, _bottle_size: 0.5,
|
||||
_price_per_crate: 8.90, _deposit_per_crate: 3.10,
|
||||
},
|
||||
"Uri": {
|
||||
_crates: 15, _bottles_per_crate: 20, _bottle_size: 0.5,
|
||||
_crates: 20, _bottles_per_crate: 20, _bottle_size: 0.5,
|
||||
_price_per_crate: 13.50, _deposit_per_crate: 3.10,
|
||||
},
|
||||
"Wasser": {
|
||||
_crates: 12, _bottles_per_crate: 12, _bottle_size: 0.7,
|
||||
_crates: 15, _bottles_per_crate: 12, _bottle_size: 0.7,
|
||||
_price_per_crate: 4.50, _deposit_per_crate: 3.30,
|
||||
},
|
||||
"Radler": {
|
||||
|
||||
Reference in New Issue
Block a user