DEVTOOLS: Add missing strings in nancy.dat

This commit is contained in:
Kaloyan Chehlarski 2023-07-18 22:09:26 +03:00
parent 17084a399f
commit 69b70fd011

View File

@ -406,8 +406,10 @@ const Common::Array<Common::Array<const char *>> _nancy2GoodbyeTexts = {
"Listen, I gotta' go, Rick. Be careful, Okay?<h>", // NRD35
"I should get back to the set. Goodbye!<h>", // NPR16
"Well, I'll let you get back to your business.<h>", // NLR18
"I should get back to the set. Goodbye!<h>", // NPR16
"I'll talk to you later. Bye!<h>", // NBES86
"Talk to you later.<h>", // NGEO90
"", // No goodbye, empty string
"Well, I'll see you later, Mattie.<h>", // NMD32
},
{ // Russian
@ -415,8 +417,10 @@ const Common::Array<Common::Array<const char *>> _nancy2GoodbyeTexts = {
"Rik, mne nugno idti. Bud%te ostorogn=.<h>",
"Mne pora. Poka!<h>",
"Ne budu vas zadergivat%.<h>",
"Mne pora. Poka!<h>",
"Pohovorim pozge. Poka!<h>",
"Y pozvony pozge.<h>",
"", // No goodbye, empty string
"Do vstreqi, M&tti.<h>"
}
};