diff options
Diffstat (limited to 'npc/027-2_Caretakers_House/alacrius.txt')
-rwxr-xr-x | npc/027-2_Caretakers_House/alacrius.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/027-2_Caretakers_House/alacrius.txt b/npc/027-2_Caretakers_House/alacrius.txt index 16ebf399..e94bd053 100755 --- a/npc/027-2_Caretakers_House/alacrius.txt +++ b/npc/027-2_Caretakers_House/alacrius.txt @@ -9,8 +9,8 @@ // start quest section mes "Hi, want to fight the reaper?"; menu - "Let's go",L_START, - "No thank you",-; + "Let's go!",L_START, + "No, thank you.",-; close; L_START: @@ -30,7 +30,7 @@ OnTimer300000: killmonsterall "027-4.gat"; end; OnTimer301000: - npctalk "You have failed the mission"; + npctalk "You have failed the mission."; end; // cooldown before the quest can be restarted |