fix: SDONI recipe
This commit is contained in:
parent
89e1c53378
commit
df523fba49
@ -42,7 +42,13 @@ function espressoMacchiato (drink) {
|
||||
name: "Starbucks Double Shot On Ice",
|
||||
assigned: true,
|
||||
shots: shotsSBDS(),
|
||||
milk: milkTypes.TWOPERCENT
|
||||
milk: milkTypes.TWOPERCENT,
|
||||
syrups: [
|
||||
{
|
||||
name: "Classic",
|
||||
count: standardPumps(drink.size) - 1
|
||||
}
|
||||
]
|
||||
}
|
||||
function shotsSBDS(){
|
||||
switch (drink.size){
|
||||
@ -908,4 +914,12 @@ function customIcedTeaLemonade(drink){
|
||||
]
|
||||
}
|
||||
return recipe;
|
||||
}
|
||||
|
||||
function icedTeaRefill(drink){
|
||||
let recipe ={
|
||||
name: "Iced Tea Refill",
|
||||
assigned: true
|
||||
}
|
||||
return recipe;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user