summaryrefslogtreecommitdiff
path: root/npc/008-2-2/micksha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/micksha.txt')
-rw-r--r--npc/008-2-2/micksha.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/npc/008-2-2/micksha.txt b/npc/008-2-2/micksha.txt
deleted file mode 100644
index 099bff34..00000000
--- a/npc/008-2-2/micksha.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Drinker Micksha
-// THIS IS A PLACEHOLDER!
-
-008-2-2,46,34,0 script Micksha#008-2-2 NPC_DRINKER_MICKSHA,{
- speech
- l("Hello Sir *hicks*."),
- l("Umm, can you perhaps spring for a beer? *hicks* I'm broken.");
- lg("*burp* ... .");
-
- close;
-
-OnInit:
- .sex = G_MALE;
- .distance = 2;
- end;
-}