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.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt
index 0f8e55c0..d42be802 100644
--- a/world/map/npc/008-1/annualeaster.txt
+++ b/world/map/npc/008-1/annualeaster.txt
@@ -38,14 +38,14 @@ function|script|AnnualEasterEvent|,
// give out a better reward occasionally:
// standard case is branch taken, so only if rand yields 0, medium rewarding.
if (rand($@EASTER_EGG_INV_CHANCE))
- goto NoEasterEgg;
+ goto L_NoEasterEgg;
set @random, rand(getarraysize($@MediumAnnualEasterRewards$));
getitem $@MediumAnnualEasterRewards$[@random], 1;
misceffect FX_GETITEM, strcharinfo(0);
- goto NoEasterEgg;
+ goto L_NoEasterEgg;
-NoEasterEgg:
+L_NoEasterEgg:
// If you're lucky you get a bigger unique reward per year:
// so only pass on a small chance iff you don't have the item yet.