summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-02 23:09:41 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-02 23:09:41 -0300
commitd46fc579612ac22dd5bca04b69a53c56498833b0 (patch)
treece2f37d95029f40740e4508a5f7e849a3a098c67
parent59bb9ba2af4202849736493773be337d74d5f655 (diff)
downloadserverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.tar.gz
serverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.tar.bz2
serverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.tar.xz
serverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.zip
Cheat for debug
-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);