added bacon and fixed typo on salad

This commit is contained in:
loicbersier 2019-10-09 19:09:22 +02:00
parent 933418c631
commit 6ca095592a

View file

@ -46,7 +46,7 @@ class borgarCommand extends Command {
level = 1;
}
const ingredients = ['beef', 'salade', 'tomato', 'cheese', 'pickle', 'onion', 'garlic', 'basil', 'lettuce'];
const ingredients = ['beef', 'salad', 'tomato', 'cheese', 'pickle', 'onion', 'garlic', 'basil', 'lettuce', 'bacon'];
let hamIngredient = [];
hamIngredient.push('bun');