From 035acf9bf3a6b65ad610b4bb12232add03ca97b9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 14:15:25 -0300 Subject: Lilica - Replace the reward for failed eggshell craft. Was: 15 Strange Coins. Is Now: 1 Golden Gift. --- npc/001-4/lilica.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/001-4/lilica.txt') 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; -- cgit v1.2.3-60-g2f50