diff --git a/examples/gordon/commands/borgar.lua b/examples/gordon/commands/borgar.lua index 7f7b314..1c15789 100644 --- a/examples/gordon/commands/borgar.lua +++ b/examples/gordon/commands/borgar.lua @@ -22,6 +22,8 @@ grammar = { "Stoked Pepper Stash Burger with tomatoes, cornichons, bacon and pepper sauce", "Super Bacon burger", "Vast Veggie burger with a veggie patty and Emmental cheese", + "Signature Char of Cabbage and Fickle Onions burger with a potato bun, double patties, red cabbage and spicy pickled onions", + "Barkin' Here burger with a beef patty, carmelised onions, tomatoes, pickles, Cantal cheese, ketchup and old mustard", }, veggie_set = { "Veggie Thing overflowing with a spicy sauce", diff --git a/examples/gordon/commands/senpai.lua b/examples/gordon/commands/senpai.lua index 6d9bf22..04d66f4 100644 --- a/examples/gordon/commands/senpai.lua +++ b/examples/gordon/commands/senpai.lua @@ -23,7 +23,7 @@ grammar = { "I'm too busy looking for the next #pie#.", "I'm quite a chauvinistic #pie#.", "I've had a lot of #pie#s, I've had #pie#s, so I learn from the " .. - "#pie#.", + "#pie#s.", "I've got #pie#s to hide.", }, advice_quote = { @@ -41,8 +41,7 @@ grammar = { "My #pie#, I'm sorry to say, is full of muppets.", "Never throw that genius stuff away.", "No one saw the #pie# coming.", - "*voicing Captain Obvious* " .. - "Stopping the junk food and eating #pie# is partially about " .. + "Stopping the junk food and eating #pie# is partially about " .. "cooking #pie# and having the skills to do that.", "Two key ingredients in any successful #pie#: a quick #pie# and " .. "someone with a sharp #pie#.", @@ -82,6 +81,6 @@ grammar = { origin = { "Here's your #pie#. Me? #about_quote#", "Here's your #pie#. #advice_quote#", - "Here! #insult_quote#", + "Here! #pie#! #insult_quote#", } }