Honk.
This commit is contained in:
parent
7a3511e1ef
commit
ce7b843618
5
Text.py
5
Text.py
|
@ -66,6 +66,7 @@ Uncle_texts = [
|
||||||
"Get to the\nchop...\ncastle!",
|
"Get to the\nchop...\ncastle!",
|
||||||
"Come with me\nif you want\nto live",
|
"Come with me\nif you want\nto live",
|
||||||
"I must go\nmy planet\nneeds me",
|
"I must go\nmy planet\nneeds me",
|
||||||
|
"\n Honk.",
|
||||||
]
|
]
|
||||||
Triforce_texts = [
|
Triforce_texts = [
|
||||||
'Product has Hole in center. Bad seller, 0 out of 5.',
|
'Product has Hole in center. Bad seller, 0 out of 5.',
|
||||||
|
@ -171,6 +172,7 @@ Ganon1_texts = [
|
||||||
"When I conquer\nthe Light\nWorld, I'll\nhold a parade\nof all my\nmonsters to\ndemonstrate my\nmight to the\npeople!",
|
"When I conquer\nthe Light\nWorld, I'll\nhold a parade\nof all my\nmonsters to\ndemonstrate my\nmight to the\npeople!",
|
||||||
"Life, dreams,\nhope...\nWhere'd they\ncome from? And\nwhere are they\nheaded? These\nthings... I am\ngoing to\ndestroy!",
|
"Life, dreams,\nhope...\nWhere'd they\ncome from? And\nwhere are they\nheaded? These\nthings... I am\ngoing to\ndestroy!",
|
||||||
"My minions all\nfailed to\nguard those\nitems?!\n\nWhy am I\nsurrounded by\nincompetent\nfools?!",
|
"My minions all\nfailed to\nguard those\nitems?!\n\nWhy am I\nsurrounded by\nincompetent\nfools?!",
|
||||||
|
"\n Honk.",
|
||||||
]
|
]
|
||||||
TavernMan_texts = [
|
TavernMan_texts = [
|
||||||
"What do you\ncall a blind\ndinosaur?\na doyouthink-\nhesaurus.",
|
"What do you\ncall a blind\ndinosaur?\na doyouthink-\nhesaurus.",
|
||||||
|
@ -248,7 +250,8 @@ junk_texts = [
|
||||||
"{C:GREEN}\n> race roms\ndon’t have\nspoiler logs",
|
"{C:GREEN}\n> race roms\ndon’t have\nspoiler logs",
|
||||||
"{C:GREEN}\nI bet a nice\ncup of tea\nwould help! >",
|
"{C:GREEN}\nI bet a nice\ncup of tea\nwould help! >",
|
||||||
"{C:GREEN}\nI bet you\nexpected help,\ndidn't you? >",
|
"{C:GREEN}\nI bet you\nexpected help,\ndidn't you? >",
|
||||||
"{C:GREEN}\nLearn to make\nplogues, easy\nand yummy! >"
|
"{C:GREEN}\nLearn to make\nplogues, easy\nand yummy! >",
|
||||||
|
"{C:GREEN}\n \n Honk.\n >"
|
||||||
]
|
]
|
||||||
|
|
||||||
KingsReturn_texts = [
|
KingsReturn_texts = [
|
||||||
|
|
Loading…
Reference in New Issue