diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/025-1/ctrl.c (renamed from npc/025-1/ctrl.txt) | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/025-1/_import.txt b/npc/025-1/_import.txt index 47899d4b6..dc7b2b6cf 100644 --- a/npc/025-1/_import.txt +++ b/npc/025-1/_import.txt @@ -1,4 +1,4 @@ // Map 025-1: Fortress Town - Holy Land // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/025-1/_mobs.txt", -"npc/025-1/ctrl.txt", +"npc/025-1/ctrl.c", diff --git a/npc/025-1/ctrl.txt b/npc/025-1/ctrl.c index 47df3d683..d6326798f 100644 --- a/npc/025-1/ctrl.txt +++ b/npc/025-1/ctrl.c @@ -22,6 +22,8 @@ OnTue0000: end; } + + // Exit - always work 025-1,99,111,0 script #FortressTownOut NPC_HIDDEN,1,0,{ end; |