forked from Supositware/Haha-Yes
added bacon and fixed typo on salad
This commit is contained in:
parent
933418c631
commit
6ca095592a
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue