diff options
-rw-r--r-- | npc/003-1/mariusthebard.txt | 2 | ||||
-rw-r--r-- | npc/003-1/ninathetraveler.txt | 6 | ||||
-rw-r--r-- | npc/012-1/dyrinthetraveler.txt | 6 | ||||
-rw-r--r-- | npc/017-1/misc.txt | 8 |
4 files changed, 17 insertions, 5 deletions
diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt index 6814015c0..68787c345 100644 --- a/npc/003-1/mariusthebard.txt +++ b/npc/003-1/mariusthebard.txt @@ -62,7 +62,7 @@ L_Music_World: mesn; mesq l("I will sing a song about the Mana War and current times."); next; - mes l("In times of famine, magic came to save us."); + mes l("In times of the fire, magic came to save us."); mes l("But we took every stone, and restricted the magic."); mes l("Ah! Greedy humans! Why had we to desire?"); mes l("Ah! Greedy humans! How ignorant were we, to ever do that?"); diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index 6c5f63228..3ef244e6c 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -53,7 +53,7 @@ L_Hurns: L_Artis: mes ""; mesn; - mesq l("Artis is a city port founded after the Great Famine on the other continent."); + mesq l("Artis is a city port founded after the Great Fire on the other continent."); next; mesq l("People say it is the second biggest city from the world."); next; @@ -61,6 +61,10 @@ L_Artis: next; mesq l("People usually dock there when travelling to the second continent. Nothing exceptional about economy."); next; + if ($FIRESOFSTEAM) { + mesq l("They used to export food and other things but there has been radio silence recentely; Which is why Andrei Sakar and a group of adventurers borrowed Nard's ship and went to investigate."); + next; + } goto L_Menu; L_Halin: diff --git a/npc/012-1/dyrinthetraveler.txt b/npc/012-1/dyrinthetraveler.txt index 144641f39..318ad6ae6 100644 --- a/npc/012-1/dyrinthetraveler.txt +++ b/npc/012-1/dyrinthetraveler.txt @@ -68,7 +68,7 @@ L_Nival: L_Artis: mes ""; mesn; - mesq l("Artis is a city port founded after the Great Famine on the other continent."); + mesq l("Artis is a city port founded after the Great Fire on the other continent."); next; mesq l("People say it is the second biggest city from the world."); next; @@ -76,6 +76,10 @@ L_Artis: next; mesq l("People usually dock there when travelling to the second continent. Nothing exceptional about economy."); next; + if ($FIRESOFSTEAM) { + mesq l("They used to export food and other things but there has been radio silence recentely; Which is why Andrei Sakar and a group of adventurers borrowed Nard's ship and went to investigate."); + next; + } goto L_Menu; L_Trade: diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt index 849c980b4..40b728976 100644 --- a/npc/017-1/misc.txt +++ b/npc/017-1/misc.txt @@ -74,7 +74,7 @@ L_Esper: mesn; mesq l("Esperia is the human capital founded at the other continent."); next; - mesq l("After the Great Famine which happened after the Red Queen death, it was founded by people who sailed away in look of new opportunities."); + mesq l("After the Great Fire which happened after the Red Queen death, it was founded by people who sailed away in look of new opportunities."); next; mesq l("It offers better living conditions than Tulimshar, and is bigger and more prosperous. Few monsters live there."); next; @@ -85,7 +85,7 @@ L_Esper: L_Artis: mes ""; mesn; - mesq l("Artis is a city port founded after the Great Famine on the other continent."); + mesq l("Artis is a city port founded after the Great Fire on the other continent."); next; mesq l("People say it is the second biggest city from the world."); next; @@ -93,6 +93,10 @@ L_Artis: next; mesq l("People usually dock there when travelling to the second continent. Nothing exceptional about economy."); next; + if ($FIRESOFSTEAM) { + mesq l("They used to export food and other things but there has been radio silence recentely; Which is why Andrei Sakar and a group of adventurers borrowed Nard's ship and went to investigate."); + next; + } goto L_Menu; |