diff options
Diffstat (limited to 'npc/012-3-3/manatree.txt')
-rw-r--r-- | npc/012-3-3/manatree.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/012-3-3/manatree.txt b/npc/012-3-3/manatree.txt deleted file mode 100644 index 7f37ad30..00000000 --- a/npc/012-3-3/manatree.txt +++ /dev/null @@ -1,19 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// The Manatree. -// THIS IS A PLACEHOLDER! - -012-3-3,39,33,0 script Manatree#012-3-3 NPC_MANATREE,{ - speech - l("Magic is all around."), - l("You just must listen to it, and feel it deep inside."), - l("Now go, search for the unknown."); - - close; - -OnInit: - .distance = 2; - end; -} |