summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1/annualeaster.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/008-1/annualeaster.txt')
-rw-r--r--world/map/npc/008-1/annualeaster.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt
index 0e5194f4..9bc6b584 100644
--- a/world/map/npc/008-1/annualeaster.txt
+++ b/world/map/npc/008-1/annualeaster.txt
@@ -13,7 +13,7 @@ function|script|AnnualEasterEvent|{
// prevent clicking multiple times:
if (gettimetick(2) < @eastertimepenalty + $@EASTER_FOUND_WAIT_TIME)
- goto L_End;
+ goto L_End2;
set @eastertimepenalty, gettimetick(2);
// global counter to determine reshuffle times of the eggs.
@@ -71,12 +71,13 @@ S_Update_Annual_Quest:
set Annual_Quest, (Annual_Quest & ~(BYTE_1_MASK) | (@easter_year << BYTE_1_SHIFT));
return;
+L_End2:
+ message strcharinfo(0), "Why are these empty?";
L_End1:
set @rewardindex, 0;
set @easter_year, 0;
set @random, 0;
set @tmp, 0;
-L_End:
set @EasterEggID, 0;
return;
}