mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 12:05:09 -05:00
fix a couple junk hints that were making AutoFormatHintTextString loop forever (#2525)
This commit is contained in:
parent
6e4b1aec2a
commit
ff94d35ea9
@ -2149,7 +2149,7 @@ void HintTable_Init() {
|
||||
});
|
||||
|
||||
hintTable[JUNK_WTC_12] = HintText::Junk({
|
||||
Text{ "They say I shall make you some black&tea. With my own hands, not magic.", HINT_TEXT_NEEDS_TRANSLATION_FR,
|
||||
Text{ "They say I shall make you some black tea. With my own hands, not magic.", HINT_TEXT_NEEDS_TRANSLATION_FR,
|
||||
"blarg" },
|
||||
});
|
||||
|
||||
|
@ -608,7 +608,8 @@ std::string AutoFormatHintTextString(std::string unformattedHintTextString) {
|
||||
textStr == "Sale petit garnement,&tu fais erreur!&C'est maintenant que marque&ta dernière heure!" ||
|
||||
textStr == "Gamin, ton destin achève,&sous mon sort tu périras!&Cette partie ne fut pas brève,&et cette mort, tu subiras!" ||
|
||||
textStr == "Oh! It's @.&I was expecting someone called Sheik.&Do you know what happened to them?" ||
|
||||
textStr == "Ah, c'est @.&J'attendais un certain Sheik.&Tu sais ce qui lui est arrivé?") {
|
||||
textStr == "Ah, c'est @.&J'attendais un certain Sheik.&Tu sais ce qui lui est arrivé?" ||
|
||||
textStr == "They say \"Forgive me, but-^Your script will not be used.&....After all...^The one writing the rest of the script...&will be me.\"") {
|
||||
needsAutomaicNewlines = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user