diff options
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/torches.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/torches.txt b/npc/007-1/torches.txt index 0dff30ac1..5dd82e217 100644 --- a/npc/007-1/torches.txt +++ b/npc/007-1/torches.txt @@ -17,7 +17,7 @@ function script CheckTorch { @torch_count = 0; @count_tmp = 0; - if (debug) + if ($@GM_OVERRIDE) npctalk3 l("Hello, I am T-@@, of the @@ order.", @torch, $@TorchBits[@torch]); if (getq2(TulimsharQuest_DarkInvocator) & $@TorchBits[@torch]) goto L_Empty; |