diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-09 18:40:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-09 18:40:29 -0300 |
commit | 97afc0b34fa3eaa0b18a666e6bc9285c1f605cec (patch) | |
tree | d5584f482ffe23ac8cb86a4654849b004bacf7d3 | |
parent | 4423ae8391682e7298923b53ec5769affd1ee620 (diff) | |
download | serverdata-97afc0b34fa3eaa0b18a666e6bc9285c1f605cec.tar.gz serverdata-97afc0b34fa3eaa0b18a666e6bc9285c1f605cec.tar.bz2 serverdata-97afc0b34fa3eaa0b18a666e6bc9285c1f605cec.tar.xz serverdata-97afc0b34fa3eaa0b18a666e6bc9285c1f605cec.zip |
Inform that the strange coins are once again available for purchase!
-rw-r--r-- | npc/001-4/lilica.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt index 1e6ffc296..e5d2fc0ef 100644 --- a/npc/001-4/lilica.txt +++ b/npc/001-4/lilica.txt @@ -64,6 +64,7 @@ L_QuestDone: delitem SilverEasteregg, 10; //if (rand(0, 10000) < 1000) goto L_Unlucky; setq SQuest_Easter, gettime(7), 0; + npctalk3 l("Strange Coins stock on shops was restored!"); //EASTER_EVENT=gettime(7); // The code below not allow hat to leave user account. A bad idea here so I left commented. //getitembound(.@Hat, 1, 1); |