fix: Fixed CinnDolce standard recipe
This commit is contained in:
parent
3d6d7644be
commit
97b42fa2d7
@ -72,9 +72,14 @@ function cinnamonDolceLatte (drink) {
|
|||||||
name: "Cinnamon Dolce Latte",
|
name: "Cinnamon Dolce Latte",
|
||||||
assigned: true,
|
assigned: true,
|
||||||
shots: standardShots(drink.size),
|
shots: standardShots(drink.size),
|
||||||
milk: milkTypes.TWOPERCENT
|
milk: milkTypes.TWOPERCENT,
|
||||||
|
syrups: [
|
||||||
|
{
|
||||||
|
name: "Cinnamon Dolce",
|
||||||
|
count: standardPumps(drink.size)
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
addSyrup(drink, "Cinnamon Dolce")
|
|
||||||
return recipe;
|
return recipe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user