From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/008-1/annualeaster.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/008-1/annualeaster.txt') 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. -- cgit v1.2.3-60-g2f50