diff options
Diffstat (limited to 'world/map/npc/007-1')
-rw-r--r-- | world/map/npc/007-1/witch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt index fa81c8d8..354df9a0 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -788,7 +788,7 @@ L_WarpHelper: L_DoWarpHelper: // At this point, the player has been attached if ($@illia_progress >= 5) - message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't alright."; + message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't right."; warp "007-1.gat",85 + rand(0,2),75 + rand(0,2); detachrid; goto L_NextHelperToWarp; @@ -843,7 +843,7 @@ L_HeroEscape: L_WarpHero: // At this point, the player has been attached if ($@illia_progress >= 5) - message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't alright."; + message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't right."; warp "007-1.gat",85 + rand(0,2),75 + rand(0,2); detachrid; end; |