diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/gwendolyn.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt index d7c8a9817..1c0d0eeee 100644 --- a/npc/012-1/gwendolyn.txt +++ b/npc/012-1/gwendolyn.txt @@ -211,6 +211,9 @@ L_Game: callsub S_getDirection; .@wdIndex = @returnIndex; + if (is_admin()) + dispbottom l("Wind: @@, @@",.@wdX,.@wdY); + .@wp_sq = (.@wdX * .@wdX) + (.@wdY * .@wdY); if (.@wp_sq == 0) |