From 2b41d7acdeaeab7a673ecc23485a470f4abc9107 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 3 Aug 2018 15:55:11 -0300 Subject: Fix typo --- npc/018-4-2/susanne.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/018-4-2/susanne.txt b/npc/018-4-2/susanne.txt index b6248fe4d..4d701c4de 100644 --- a/npc/018-4-2/susanne.txt +++ b/npc/018-4-2/susanne.txt @@ -43,7 +43,7 @@ L_Yes: mesn; mesq l("Thank you..."); setq LoFQuest_Fairy, 1; - if (!mobcount("Susanne::OnKillFafi")) + if (!mobcount("018-4","Susanne::OnKillFafi")) goto L_Spawn; close; @@ -78,7 +78,7 @@ L_Complete: L_Thanks: mesn; mesq l("Sometimes humans come here and play with me. Many thanks for the help!"); - if (!mobcount("Susanne::OnKillFafi") && .respawnTime <= gettimetick(2)) { + if (!mobcount("018-4","Susanne::OnKillFafi") && .respawnTime <= gettimetick(2)) { next; mesn; mesq l("Actually, about Fafi dragons..."); @@ -101,14 +101,14 @@ L_Noob: close; L_Coward: - if (!mobcount("Susanne::OnKillFafi")) + if (!mobcount("018-4","Susanne::OnKillFafi")) goto L_Check; mesn; mesq l("What are you doing talking to me? Go fight, you coward!"); close; L_Check: - if (.respawnTime > gettimetick(2) && (!mobcount("Susanne::OnKillFafi"))){ + if (.respawnTime > gettimetick(2) && (!mobcount("018-4","Susanne::OnKillFafi"))){ mesn; mesq l("Just wait. Fafi dragons are slow to show up..."); } else { -- cgit v1.2.3-60-g2f50