summaryrefslogtreecommitdiff
path: root/npc/new_11-1-snow-village/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_11-1-snow-village/monsters.txt')
-rw-r--r--npc/new_11-1-snow-village/monsters.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/new_11-1-snow-village/monsters.txt b/npc/new_11-1-snow-village/monsters.txt
deleted file mode 100644
index 92c95f81..00000000
--- a/npc/new_11-1-snow-village/monsters.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// Map: new_11-1
-// This is Snow Town.
-//
-
-new_11-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,Mob11::OnMaggot
-
-new_11-1.gat,0,0,0 script Mob11 -1,{
-OnMaggot:
- set @mobID, 1002;
- callfunc "MobPoints";
- break;
-
- end;
-}