Skip to content

Commit

Permalink
Fix missing messages in various files, ref #105.
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 3, 2024
1 parent 46844d7 commit c9f1b40
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
3 changes: 3 additions & 0 deletions data/text/english/dialog/ahhakun.msg
Original file line number Diff line number Diff line change
Expand Up @@ -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.}
6 changes: 6 additions & 0 deletions data/text/english/dialog/ecnomchf.msg
Original file line number Diff line number Diff line change
Expand Up @@ -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.}
2 changes: 1 addition & 1 deletion data/text/english/dialog/fcgunmer.msg
Original file line number Diff line number Diff line change
Expand Up @@ -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...}
1 change: 1 addition & 0 deletions data/text/english/dialog/wsterm2a.msg
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@
{145}{}{Exit}
{146}{}{Exiting Diagnostic Program.}
{147}{}{[MORE]}
{200}{}{Computer in diagnostic mode. Please wait until diagnostic routine is finished.}
4 changes: 3 additions & 1 deletion data/text/english/dialog/wsterm2c.msg
Original file line number Diff line number Diff line change
Expand Up @@ -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.}
{121}{}{I can't access the terminal. Someone broke the keyboard.}

{200}{}{ is unable to read what's on the monitor.}
4 changes: 4 additions & 0 deletions data/text/english/dialog/zcslave.msg
Original file line number Diff line number Diff line change
@@ -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.}
2 changes: 1 addition & 1 deletion scripts_src/klamath/kcmaida.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ procedure Node912 begin
end

procedure Node920 begin
NMessage(890);
NMessage(234);
call Node009;
end

Expand Down
4 changes: 0 additions & 4 deletions scripts_src/main/nhmyron.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ procedure Node021;
procedure Node022;
procedure Node023;
procedure Node024;
procedure Node024a;
procedure Node025;
procedure Node026;
procedure Node101;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c9f1b40

Please sign in to comment.