diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-30 10:55:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-30 10:55:08 -0300 |
commit | a1b765b4d37d5045f077fd7f8e36faa53f7a7b89 (patch) | |
tree | eb17b5f16ddbca091d2a9fcbdf15535b6107c11d /npc/005-1-1/main.txt | |
parent | 58bb1dc7766db4809bbee94fe493c644f89e93df (diff) | |
download | serverdata-a1b765b4d37d5045f077fd7f8e36faa53f7a7b89.tar.gz serverdata-a1b765b4d37d5045f077fd7f8e36faa53f7a7b89.tar.bz2 serverdata-a1b765b4d37d5045f077fd7f8e36faa53f7a7b89.tar.xz serverdata-a1b765b4d37d5045f077fd7f8e36faa53f7a7b89.zip |
Typo fixes
Diffstat (limited to 'npc/005-1-1/main.txt')
-rw-r--r-- | npc/005-1-1/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index 252c67144..d940ccd54 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -62,8 +62,8 @@ OnStart: mes l("Four minutes after the warp, or when the last maggot die, it'll be over."); next; mesn l("Victory Conditions"); - mes l("If you save 90% from the crops or more, you'll get a @@.", getitemlink(RoundLeatherShield)); mes l("If you save 80% from the crops or more, you'll get @@ GP.", 300); + mes l("If you save 90% from the crops or more, you'll also get a @@.", getitemlink(RoundLeatherShield)); mes l("== If you decide to complete the quest you cannot repeat it."); next; mes l("Good luck!"); |