(gordon) Update borgar and senpai grammars

trunk
mio 2022-09-22 23:34:51 +00:00
parent 6124cfe0de
commit a1ae0fb4ff
2 changed files with 5 additions and 4 deletions

View File

@ -22,6 +22,8 @@ grammar = {
"Stoked Pepper Stash Burger with tomatoes, cornichons, bacon and pepper sauce", "Stoked Pepper Stash Burger with tomatoes, cornichons, bacon and pepper sauce",
"Super Bacon burger", "Super Bacon burger",
"Vast Veggie burger with a veggie patty and Emmental cheese", "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_set = {
"Veggie Thing overflowing with a spicy sauce", "Veggie Thing overflowing with a spicy sauce",

View File

@ -23,7 +23,7 @@ grammar = {
"I'm too busy looking for the next #pie#.", "I'm too busy looking for the next #pie#.",
"I'm quite a chauvinistic #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 " .. "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.", "I've got #pie#s to hide.",
}, },
advice_quote = { advice_quote = {
@ -41,8 +41,7 @@ grammar = {
"My #pie#, I'm sorry to say, is full of muppets.", "My #pie#, I'm sorry to say, is full of muppets.",
"Never throw that genius stuff away.", "Never throw that genius stuff away.",
"No one saw the #pie# coming.", "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.", "cooking #pie# and having the skills to do that.",
"Two key ingredients in any successful #pie#: a quick #pie# and " .. "Two key ingredients in any successful #pie#: a quick #pie# and " ..
"someone with a sharp #pie#.", "someone with a sharp #pie#.",
@ -82,6 +81,6 @@ grammar = {
origin = { origin = {
"Here's your #pie#. Me? #about_quote#", "Here's your #pie#. Me? #about_quote#",
"Here's your #pie#. #advice_quote#", "Here's your #pie#. #advice_quote#",
"Here! #insult_quote#", "Here! #pie#! #insult_quote#",
} }
} }