diff options
Diffstat (limited to 'npc/014-2')
-rw-r--r-- | npc/014-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/014-2/_warps.txt | 1 | ||||
-rw-r--r-- | npc/014-2/note.txt | 14 |
3 files changed, 1 insertions, 15 deletions
diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt index b9a02ebcc..c40bd5cfc 100644 --- a/npc/014-2/_import.txt +++ b/npc/014-2/_import.txt @@ -2,4 +2,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/014-2/_mobs.txt", "npc/014-2/_warps.txt", -"npc/014-2/note.txt", diff --git a/npc/014-2/_warps.txt b/npc/014-2/_warps.txt index 7bf9c3581..6ab53d602 100644 --- a/npc/014-2/_warps.txt +++ b/npc/014-2/_warps.txt @@ -2,3 +2,4 @@ // Map 014-2: Woodlands Southeast warps 014-2,179,21,0 warp #014-2_179_21 3,0,012-1,78,101 014-2,232,20,0 warp #014-2_232_20 2,0,012-1,132,100 +014-2,49,24,0 warp #014-2_49_24 1,0,014-3,148,153 diff --git a/npc/014-2/note.txt b/npc/014-2/note.txt deleted file mode 100644 index 276429572..000000000 --- a/npc/014-2/note.txt +++ /dev/null @@ -1,14 +0,0 @@ -// TMW-2 Script. -// Authors: -// Jesusalva -// Description: -// A temporary note - -014-2,48,20,0 script Note#014-2tmp NPC_NO_SPRITE,{ - mesc l("Path closed due recent Monster King attack!"); - close; - -OnInit: - .distance = 3; - end; -} |