diff options
-rw-r--r-- | npc/012-1/gwendolyn.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt index e21064aee..99f67ffd2 100644 --- a/npc/012-1/gwendolyn.txt +++ b/npc/012-1/gwendolyn.txt @@ -211,9 +211,6 @@ L_Game: callsub S_getDirection; .@wdIndex = @returnIndex; - if (is_admin()) - dispbottom l("@@, @@",.@wdX,.@wdY); - .@wp_sq = (.@wdX * .@wdX) + (.@wdY * .@wdY); if (.@wp_sq == 0) @@ -359,6 +356,7 @@ L_Power: .@pointX = .@wdX + .@spX; .@pointY = .@wdY + .@sp; + // Debug information. If you move wind info to above, you CHEAT. if (is_admin()) { dispbottom l("Wind: @@, @@",.@wdX,.@wdY); dispbottom l("You: @@, @@",.@spX,.@sp); @@ -444,6 +442,9 @@ L_Success: addtoskill SN_SHARPSHOOTING, 1; getexp .QUEST_HAWK_EXP, 0; + mesn l("Gwendolyn Bowmaker"); + mesq l("Perfect indeed! Congratulations!"); + next; mesq l("Remember, there is always something new to learn. And you should not let your training down in order to keep and improve your abilities."); next; |