diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-22 10:40:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-22 10:40:52 -0300 |
commit | 57e69ecac72dff0e1f6c9e6c078aea5e3a63cea1 (patch) | |
tree | bc6eb9ae8ae12829a4572947a673bb79ef980178 /npc/001-4/lilica.txt | |
parent | b51cd70cbca2791230b4895d4d1d8a1abcca1afe (diff) | |
download | serverdata-57e69ecac72dff0e1f6c9e6c078aea5e3a63cea1.tar.gz serverdata-57e69ecac72dff0e1f6c9e6c078aea5e3a63cea1.tar.bz2 serverdata-57e69ecac72dff0e1f6c9e6c078aea5e3a63cea1.tar.xz serverdata-57e69ecac72dff0e1f6c9e6c078aea5e3a63cea1.zip |
Revoke topic 8
Diffstat (limited to 'npc/001-4/lilica.txt')
-rw-r--r-- | npc/001-4/lilica.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt index 04c341978..15f64e858 100644 --- a/npc/001-4/lilica.txt +++ b/npc/001-4/lilica.txt @@ -61,7 +61,7 @@ L_QuestDone: inventoryplace .@Hat, 1; delitem GoldenEasteregg, 40; delitem SilverEasteregg, 10; - if (rand(0, 10000) < 1000) goto L_Unlucky; + //if (rand(0, 10000) < 1000) goto L_Unlucky; 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); |