diff options
Diffstat (limited to 'npc/015-1/barrier.txt')
-rw-r--r-- | npc/015-1/barrier.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/npc/015-1/barrier.txt b/npc/015-1/barrier.txt deleted file mode 100644 index 0ba82ec9..00000000 --- a/npc/015-1/barrier.txt +++ /dev/null @@ -1,7 +0,0 @@ -// This barrier is for checking whether the player went outside after -// progressing with the cat quest. - -015-1.gat,59,32,0 script #CatOutsideBarrier 0,1,1,{ - set KatzeBeenOutside, 1; - // No close here, as this doesn't open any client windows -} |