summaryrefslogtreecommitdiff
path: root/npc/008-1/lumberjack.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/lumberjack.txt')
-rw-r--r--npc/008-1/lumberjack.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/008-1/lumberjack.txt b/npc/008-1/lumberjack.txt
deleted file mode 100644
index c158e5a6..00000000
--- a/npc/008-1/lumberjack.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// The Legendary Lumberjack.
-
-008-1,241,116,0 script Lumberjack NPC_LUMBERJACK,{
- speech
- l("Oh hey!"),
- lg("If you feel bored or anxious, you can always pixel an axe. Wait, what does that even mean?");
- l("Anyhow, it's better than running around in circles doing nothing.");
-
- close;
-
-OnInit:
- .sex = G_MALE;
- .distance = 2;
- end;
-}