diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-05-27 21:49:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-05-27 21:49:51 -0300 |
commit | 75566f50b023a6c8acd5ca149c954f10f6103048 (patch) | |
tree | 49409e0e406331a15dd64164c89d64483a18c8d7 | |
parent | acfe04a3a46ea9b3e842bcbb0870cdadddd25d87 (diff) | |
download | serverdata-75566f50b023a6c8acd5ca149c954f10f6103048.tar.gz serverdata-75566f50b023a6c8acd5ca149c954f10f6103048.tar.bz2 serverdata-75566f50b023a6c8acd5ca149c954f10f6103048.tar.xz serverdata-75566f50b023a6c8acd5ca149c954f10f6103048.zip |
Copy-pasta failure: Provide Land of Fire Village lore tidbit
-rw-r--r-- | npc/009-2/books.txt | 5 | ||||
-rw-r--r-- | npc/031-6/siegfried.txt | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/npc/009-2/books.txt b/npc/009-2/books.txt index 4a6957f8b..6996dc904 100644 --- a/npc/009-2/books.txt +++ b/npc/009-2/books.txt @@ -66,8 +66,9 @@ OnInit: mesc l("Not much is known about the town due to strict access policies."); dnext; mes sprintf("##B.:: %s ::.##b", l("Land of Fire Village")); - mesc l("Halinarzo was founded to explore Mana Stones."); - mesc l("However, once the mines depleted, the town was mostly abandoned."); + mesc l("Land of Fire Village suddenly appeared one day after the Monster War."); + mesc l("It is more advanced, both in magic, technology and culture."); + mesc l("Its appearance is attributed to the Monster King, and their contribution has been invaluable in the war."); dnext; mes sprintf("##B.:: %s ::.##b", l("Artis")); mesc l("Artis is a city port founded after the Great Fire on the other continent."); diff --git a/npc/031-6/siegfried.txt b/npc/031-6/siegfried.txt index 98aa734d7..e5b59c940 100644 --- a/npc/031-6/siegfried.txt +++ b/npc/031-6/siegfried.txt @@ -103,9 +103,9 @@ L_Evolution: mesq l("If you can't evolve the four aspects in the alloted time, I'll revert the evolution, but all your money and the Homunculus Intimacy will be consumed. So worth noting that if the intimacy drops to zero, it dies."); next; if (TUTORIAL) { - mes l("TL;DR Imagine it's raining and four people (the aspects) need to cross the street, but you only have one umbrella, which at most two people can use at once. Your goal is to coordinate it so all of these four people (aspects) safely cross the street without getting wet."); - mes l("To accomplish this, you must select two aspects to cross, then one to return, and repeat it until all aspects have crossed. But if you spend too long, you'll fail!"); - mes l("The mathematical solution can be found [@@%s|here@@].", "https://math.stackexchange.com/questions/4354918/optimal-strategy-for-river-crossing-game"); + mesc l("TL;DR Imagine it's raining and four people (the aspects) need to cross the street, but you only have one umbrella, which at most two people can use at once. Your goal is to coordinate it so all of these four people (aspects) safely cross the street without getting wet."); + mesc l("To accomplish this, you must select two aspects to cross, then one to return, and repeat it until all aspects have crossed. But if you spend too long, you'll fail!"); + mesc l("The mathematical solution can be found [@@%s|here@@].", "https://math.stackexchange.com/questions/4354918/optimal-strategy-for-river-crossing-game"); dnext; } mesn; |