diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 14:15:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 14:15:25 -0300 |
commit | 035acf9bf3a6b65ad610b4bb12232add03ca97b9 (patch) | |
tree | 25821fc5eb21dea44db2a43d0383bc9e7fb6cbd4 | |
parent | 25b3058fe6cfb0fb764be62cf746217607571134 (diff) | |
download | serverdata-035acf9bf3a6b65ad610b4bb12232add03ca97b9.tar.gz serverdata-035acf9bf3a6b65ad610b4bb12232add03ca97b9.tar.bz2 serverdata-035acf9bf3a6b65ad610b4bb12232add03ca97b9.tar.xz serverdata-035acf9bf3a6b65ad610b4bb12232add03ca97b9.zip |
Lilica - Replace the reward for failed eggshell craft.
Was: 15 Strange Coins. Is Now: 1 Golden Gift.
-rw-r--r-- | npc/001-4/lilica.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt index 603c3aaef..caca0e412 100644 --- a/npc/001-4/lilica.txt +++ b/npc/001-4/lilica.txt @@ -72,12 +72,13 @@ L_QuestDone: close; L_Unlucky: - getitem StrangeCoin, 15; + getitem GoldenGift, 1; mesn; mes l("\"Oh... Sorry, @@.", strcharinfo(0)); mes l("But in accordance to [@@https://tmw2.org/forums/viewtopic.php?pid=8|Community Decision@@], you were unlucky."); mes l("This means ##BAll items were lost##b, and you need to collect EVERYTHING, again, to get the hat."); - mes l("But hey, it is Easter and the poll is still open, so here are 15 @@ as a consolation prize.", getitemlink(StrangeCoin)); + mes l("But, hm hm hm! I have a %s for you! It won't have what you wanted, but maybe you're lucky, after all?", getitemlink(GoldenGift)); + //mes l("But hey, it is Easter and the poll is still open, so here are 15 @@ as a consolation prize.", getitemlink(StrangeCoin)); mes l("Better luck next time!\""); close; |