From 7a538d27ee8f9194a9fc4988197d90b51e23f32b Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 27 May 2017 16:27:46 -0400 Subject: remove misceffect from npcs --- npc/events/christmas_2005.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/events') diff --git a/npc/events/christmas_2005.txt b/npc/events/christmas_2005.txt index 2d34dc258..cba1581e0 100644 --- a/npc/events/christmas_2005.txt +++ b/npc/events/christmas_2005.txt @@ -108,7 +108,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ mes "~With the number one designer, Louise Kim,~"; mes "~you are the most blessed soul.~"; emotion e_ho; - misceffect EF_BLESSING; + specialeffect(EF_BLESSING); next; mes "-Immediately, she puts Rosary in an-"; mes "-unknown liquid and dissolves it.-"; @@ -120,7 +120,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ mes "~With the number one designer, Louise Kim,~"; mes "~you are the luckiest soul.~"; emotion e_ho; - misceffect EF_GLORIA; + specialeffect(EF_GLORIA); next; mes "-She starts sewing the hat with -"; mes "-a Cactus Needle and a thread.-"; @@ -131,7 +131,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ mes "~The most talented disigner,~"; mes "~L_O_U_I_S_E K_I_M~"; emotion e_lv; - misceffect EF_BENEDICTIO; + specialeffect(EF_BENEDICTIO); next; mes "[Designer Louise Kim]"; mes "Here!! All done~~"; @@ -408,7 +408,7 @@ prontera,155,285,3 script Enjoy#enjoy 4_M_MONK,{ donpcevent "Christ#christ02::OnCommandEmotion"; donpcevent "Mas#mas02::OnCommandEmotion"; donpcevent "Event#event02::OnCommandEmotion"; - misceffect EF_HITLINE2; + specialeffect(EF_HITLINE2); delitem Branch_Of_Dead_Tree,5; //Branch_of_Dead_Tree christ_solo05 = 6; donpcevent "Happymerry#happymerry02::OnCommandOff"; -- cgit v1.2.3-70-g09d2