summaryrefslogtreecommitdiff
path: root/npc/006-3_Desert_mountain_caves/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-3_Desert_mountain_caves/monsters.txt')
-rw-r--r--npc/006-3_Desert_mountain_caves/monsters.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/006-3_Desert_mountain_caves/monsters.txt b/npc/006-3_Desert_mountain_caves/monsters.txt
deleted file mode 100644
index 5aee03a4..00000000
--- a/npc/006-3_Desert_mountain_caves/monsters.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// Map: 006-3
-// This is the Desert Mountains Caves.
-//
-
-006-3.gat,0,0,0,0 monster MountainSnake 1026,50,0,0,Mob25::OnMountainSnake
-
-006-3.gat,0,0,0 script Mob25 -1,{
-OnMountainSnake:
- set @mobID, 1026;
- callfunc "MobPoints";
- break;
-
- end;
-}