diff options
Diffstat (limited to 'npc')
-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 57a93a241..dbcf1b9a9 100644 --- a/npc/007-1/torches.txt +++ b/npc/007-1/torches.txt @@ -32,7 +32,7 @@ function script CheckTorch { L_TorchTally: specialeffect(53); specialeffect(54); - getmapxy(.@m, .@x, .@y, UNITTYPE_PC); + getmapxy(.@m, .@x, .@y, 0); switch (@torch_count) { case 1: |