diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/008-1/annualeaster.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt index 6af6f8d0..5e723e98 100644 --- a/world/map/npc/008-1/annualeaster.txt +++ b/world/map/npc/008-1/annualeaster.txt @@ -92,7 +92,7 @@ L_EndTooYoung: L_WarmUp: set #EASTERTIMEPENALTY, gettimetick(2); - getitem "GreenApple", 1; + getitem "MoubooFigurine", 1; misceffect FX_GETITEM, strcharinfo(0); message strcharinfo(0), "Hmmm eggs! Maybe you can find something nice there!"; goto L_End1; @@ -115,6 +115,7 @@ L_End1: 008-1,65,40,0|script|#TestEgg0|375 { + set @npc_distance, 1; callfunc "PCtoNPCRange"; if(@npc_check) end; @@ -125,6 +126,7 @@ L_End1: 008-1,65,40,0|script|#TestEgg1|375 { + set @npc_distance, 1; callfunc "PCtoNPCRange"; if(@npc_check) end; @@ -135,6 +137,7 @@ L_End1: 008-1,65,40,0|script|#TestEgg2|375 { + set @npc_distance, 1; callfunc "PCtoNPCRange"; if(@npc_check) end; |