diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:21:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:21:59 -0300 |
commit | 8df106c0fb7a325c501e70f53b89950856491779 (patch) | |
tree | 467b9e40fc021f7e1c6ba121e1d435a34658c58a /npc/018-6-1/main.txt | |
parent | bc17d3c270266b0477fdc88d38e053ddfb712cb1 (diff) | |
download | serverdata-8df106c0fb7a325c501e70f53b89950856491779.tar.gz serverdata-8df106c0fb7a325c501e70f53b89950856491779.tar.bz2 serverdata-8df106c0fb7a325c501e70f53b89950856491779.tar.xz serverdata-8df106c0fb7a325c501e70f53b89950856491779.zip |
Town Admin basic infrastructure:
Invest in exports. Raise reputation. Control taxes. Resign the Office.
Diffstat (limited to 'npc/018-6-1/main.txt')
-rw-r--r-- | npc/018-6-1/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 8e2c417fb..6f867089b 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -403,7 +403,7 @@ L_MainStory: if (askyesno() == ASK_YES) { mes ""; mesn l("Barbara, Wounded Girl"); - mesq l("It's true enough an @@ could heal even a dead tree, and would dispell almost every status ailment I could have.", getitemlink(ElixirOfLife)); + mesq l("It's true enough an @@ could heal even a dead tree, and would dispel almost every status ailment I could have.", getitemlink(ElixirOfLife)); next; mesn l("Barbara, Wounded Girl"); mesq l("But my case requires extended treatment. I need to be hospitalized. I'm afraid it is too late for the Elixir to have effect..."); |