diff options
Diffstat (limited to 'npc/015-1_Woodland')
-rw-r--r-- | npc/015-1_Woodland/alice.txt | 2 | ||||
-rw-r--r-- | npc/015-1_Woodland/barrier.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/npc/015-1_Woodland/alice.txt b/npc/015-1_Woodland/alice.txt index 629cfed5..3d789eae 100644 --- a/npc/015-1_Woodland/alice.txt +++ b/npc/015-1_Woodland/alice.txt @@ -65,7 +65,6 @@ L_cave: "What a stupid cat!", -; mes "[Alice]"; mes "\"Please don't do her any harm. See you later!\""; - next; close; L_cat: @@ -76,6 +75,5 @@ L_cat: "Are you crazy? Taming a cat?", -; mes "[Alice]"; mes "\"Well, it's up to you.\""; - next; close; } diff --git a/npc/015-1_Woodland/barrier.txt b/npc/015-1_Woodland/barrier.txt index beeeb976..5cf82848 100644 --- a/npc/015-1_Woodland/barrier.txt +++ b/npc/015-1_Woodland/barrier.txt @@ -3,5 +3,5 @@ 015-1.gat,59,32,0 script #CatOutsideBarrier 127,1,1,{ set KatzeBeenOutside, 1; - close; + // No close here, as this doesn't open any client windows } |