summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-1/gwendolyn.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt
index 622d4d2e1..5bd8c2a96 100644
--- a/npc/012-1/gwendolyn.txt
+++ b/npc/012-1/gwendolyn.txt
@@ -211,7 +211,8 @@ L_Game:
callsub S_getDirection;
.@wdIndex = @returnIndex;
- if (is_admin())
+ // Cheat
+ if (is_admin() && debug)
dispbottom l("Wind: @@, @@",.@wdX,.@wdY);
.@wp_sq = (.@wdX * .@wdX) + (.@wdY * .@wdY);