From c9f1b401c0717940f9f965768b9f668b0f74c2f0 Mon Sep 17 00:00:00 2001 From: Magus Date: Wed, 3 Apr 2024 23:05:52 +0700 Subject: [PATCH] Fix missing messages in various files, ref #105. --- data/text/english/dialog/ahhakun.msg | 3 +++ data/text/english/dialog/ecnomchf.msg | 6 ++++++ data/text/english/dialog/fcgunmer.msg | 2 +- data/text/english/dialog/wsterm2a.msg | 1 + data/text/english/dialog/wsterm2c.msg | 4 +++- data/text/english/dialog/zcslave.msg | 4 ++++ scripts_src/klamath/kcmaida.ssl | 2 +- scripts_src/main/nhmyron.ssl | 4 ---- 8 files changed, 19 insertions(+), 7 deletions(-) diff --git a/data/text/english/dialog/ahhakun.msg b/data/text/english/dialog/ahhakun.msg index f5badfb6e..c7687fa5e 100644 --- a/data/text/english/dialog/ahhakun.msg +++ b/data/text/english/dialog/ahhakun.msg @@ -190,3 +190,6 @@ {289}{}{And then?} {290}{hak122}{Too many seasons and too many wounds, Chosen. Instead, you must listen.} {291}{}{All right.} + +{300}{}{Those who steal carry a great burden. Remember this, Chosen One.} +{301}{}{You must now pay for your sins, Chosen One.} diff --git a/data/text/english/dialog/ecnomchf.msg b/data/text/english/dialog/ecnomchf.msg index b0ecabf20..c88cf41ef 100644 --- a/data/text/english/dialog/ecnomchf.msg +++ b/data/text/english/dialog/ecnomchf.msg @@ -23,3 +23,9 @@ {120}{}{Be gone!} {121}{}{Leave us.} {122}{}{We are a peaceful tribe.} + +{200}{}{Ah, a traveler. I am sorry that we have no tent from which you may take shade from the unending heat of the land. Do rest a moment, so that we may talk.} +{201}{}{Thank you; I graciously accept your offer.} +{202}{}{How unfortunate. Rest a moment then; you are welcome among us.} +{203}{}{I do hope you found what you needed. Anything else?} +{204}{}{Not today. I must be going.} diff --git a/data/text/english/dialog/fcgunmer.msg b/data/text/english/dialog/fcgunmer.msg index 13523f4b5..7f4e63e69 100644 --- a/data/text/english/dialog/fcgunmer.msg +++ b/data/text/english/dialog/fcgunmer.msg @@ -50,4 +50,4 @@ {149}{}{That is all I can think of at the moment. Good day.} {150}{}{Good day.} {151}{}{You are a thief, a murderer, and a villain. I'm afraid I must kill you.} - +{152}{}{Wait...} diff --git a/data/text/english/dialog/wsterm2a.msg b/data/text/english/dialog/wsterm2a.msg index c847faacc..083662090 100644 --- a/data/text/english/dialog/wsterm2a.msg +++ b/data/text/english/dialog/wsterm2a.msg @@ -93,3 +93,4 @@ {145}{}{Exit} {146}{}{Exiting Diagnostic Program.} {147}{}{[MORE]} +{200}{}{Computer in diagnostic mode. Please wait until diagnostic routine is finished.} diff --git a/data/text/english/dialog/wsterm2c.msg b/data/text/english/dialog/wsterm2c.msg index 04c972bdc..33e091ebc 100644 --- a/data/text/english/dialog/wsterm2c.msg +++ b/data/text/english/dialog/wsterm2c.msg @@ -23,4 +23,6 @@ the floor. So much for using this terminal.]} {119}{}{Exit} {120}{}{You already shut down the automated repair system.} -{121}{}{I can't access the terminal. Someone broke the keyboard.} \ No newline at end of file +{121}{}{I can't access the terminal. Someone broke the keyboard.} + +{200}{}{ is unable to read what's on the monitor.} diff --git a/data/text/english/dialog/zcslave.msg b/data/text/english/dialog/zcslave.msg index e69de29bb..4445ffecd 100644 --- a/data/text/english/dialog/zcslave.msg +++ b/data/text/english/dialog/zcslave.msg @@ -0,0 +1,4 @@ +{100}{}{You see a miserable wretch of human being.} +{101}{}{You still see a miserable wretch of a human being.} +{150}{}{You see a really, really miserable wretch of a human being. Why are you staring?} +{151}{}{Yes, still a really miserable wretch of a human being.} diff --git a/scripts_src/klamath/kcmaida.ssl b/scripts_src/klamath/kcmaida.ssl index aba7cc5bf..4d6e30076 100644 --- a/scripts_src/klamath/kcmaida.ssl +++ b/scripts_src/klamath/kcmaida.ssl @@ -349,7 +349,7 @@ procedure Node912 begin end procedure Node920 begin - NMessage(890); + NMessage(234); call Node009; end diff --git a/scripts_src/main/nhmyron.ssl b/scripts_src/main/nhmyron.ssl index 4079f1cd3..0a668eaf5 100644 --- a/scripts_src/main/nhmyron.ssl +++ b/scripts_src/main/nhmyron.ssl @@ -68,7 +68,6 @@ procedure Node021; procedure Node022; procedure Node023; procedure Node024; -procedure Node024a; procedure Node025; procedure Node026; procedure Node101; @@ -934,9 +933,6 @@ end procedure Node024 begin floater_rand(590, 595); end -procedure Node024a begin - floater_rand(596, 599); -end procedure Node025 begin floater(600); end