diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:09:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:09:41 -0300 |
commit | d46fc579612ac22dd5bca04b69a53c56498833b0 (patch) | |
tree | ce2f37d95029f40740e4508a5f7e849a3a098c67 /npc/012-1/gwendolyn.txt | |
parent | 59bb9ba2af4202849736493773be337d74d5f655 (diff) | |
download | serverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.tar.gz serverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.tar.bz2 serverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.tar.xz serverdata-d46fc579612ac22dd5bca04b69a53c56498833b0.zip |
Cheat for debug
Diffstat (limited to 'npc/012-1/gwendolyn.txt')
-rw-r--r-- | npc/012-1/gwendolyn.txt | 3 |
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); |