diff options
Diffstat (limited to 'npc')
-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; |