diff options
-rw-r--r-- | npc/001-1/enora.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index 794a5a4f..b8cbd430 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -260,6 +260,8 @@ getitem TrainingGladius, 1; getitem ArtisTankTop, 1; getitem PibberiesInfusion, 5; + setq ArtisQuests_Enora, 10; + enora_reward (80, 175); speech 4, l("Do you know where the hill is?"); @@ -278,9 +280,6 @@ break; } - setq ArtisQuests_Enora, 10; - enora_reward (80, 175); - closedialog; npctalk3 l("Thank you very much!"); close; |