diff options
Diffstat (limited to 'npc/005-2-1')
-rw-r--r-- | npc/005-2-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/005-2-1/note.txt | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/npc/005-2-1/_import.txt b/npc/005-2-1/_import.txt index a3d1d7dde..c9b4ade92 100644 --- a/npc/005-2-1/_import.txt +++ b/npc/005-2-1/_import.txt @@ -2,4 +2,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/005-2-1/_mobs.txt", "npc/005-2-1/_warps.txt", -"npc/005-2-1/note.txt", diff --git a/npc/005-2-1/note.txt b/npc/005-2-1/note.txt deleted file mode 100644 index c77c50fb6..000000000 --- a/npc/005-2-1/note.txt +++ /dev/null @@ -1,16 +0,0 @@ -// TMW-2 Script. -// Authors: -// Saulc -// Description: -// A small note - -005-2-1,41,33,0 script Note#saxsocave NPC_PAPER_NOTE,{ - mesc l("I leave this basement that start to be too dangerous!"); - - RegEasterEgg(EE_SAXSO, 5); - close; - -OnInit: - .distance = 2; - end; -} |