diff options
Diffstat (limited to 'npc/quests/quests_amatsu.txt')
-rw-r--r-- | npc/quests/quests_amatsu.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/quests/quests_amatsu.txt b/npc/quests/quests_amatsu.txt index 251a96d86..b632b25e6 100644 --- a/npc/quests/quests_amatsu.txt +++ b/npc/quests/quests_amatsu.txt @@ -666,7 +666,7 @@ OnInit: OnEnable: enablenpc "Am Mut#ama"; - set .MyMobs,.MyMobs-1; + set .MyMobs,3; monster "ama_test",35,102,"Am Mut",1301,1,"Am Mut#ama::OnMyMobDead"; monster "ama_test",40,91,"Am Mut",1301,1,"Am Mut#ama::OnMyMobDead"; monster "ama_test",56,108,"Am Mut",1301,1,"Am Mut#ama::OnMyMobDead"; @@ -706,8 +706,7 @@ OnInit: OnTouch: mes "[Coach]"; mes "( Clap- Clap- Clap- )"; - close; - end; + next; mes "[Coach]"; mes "Hohoho~ You are really something."; mes "You've got the moves, kiddo."; |