diff options
Diffstat (limited to 'npc/quests/newgears/2010_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2010_headgears.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/newgears/2010_headgears.txt b/npc/quests/newgears/2010_headgears.txt index 7fb5178b8..16d76d5e6 100644 --- a/npc/quests/newgears/2010_headgears.txt +++ b/npc/quests/newgears/2010_headgears.txt @@ -778,8 +778,8 @@ gef_fild07,108,161,4 script Roda Frog#Frog_Cap RODA_FROG,1,1,{ next; mes "[King Froggie Vll]"; mes "I hearby give " + strcharinfo(PC_NAME) + ", our hero, this Frog Hat."; - specialeffect2 EF_MAPPILLAR2; - specialeffect2 EF_BLESSING; + specialeffect(EF_MAPPILLAR2, AREA, playerattached()); + specialeffect(EF_BLESSING, AREA, playerattached()); erasequest 5004; 2009_hat = 6; getitem Frog_Cap,1; //Frog_Cap |