From 6ca095592a3219c8bdad27402ad54f0f98347cad Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Wed, 9 Oct 2019 19:09:22 +0200
Subject: [PATCH] added bacon and fixed typo on salad

---
 commands/minigame/borgar.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/minigame/borgar.js b/commands/minigame/borgar.js
index 9e019bff..9c45a410 100644
--- a/commands/minigame/borgar.js
+++ b/commands/minigame/borgar.js
@@ -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');