summaryrefslogtreecommitdiff
path: root/npc/005-3_Snake_pit/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-3_Snake_pit/monsters.txt')
-rw-r--r--npc/005-3_Snake_pit/monsters.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/005-3_Snake_pit/monsters.txt b/npc/005-3_Snake_pit/monsters.txt
new file mode 100644
index 00000000..8d88def8
--- /dev/null
+++ b/npc/005-3_Snake_pit/monsters.txt
@@ -0,0 +1,14 @@
+// Map: new_22-1
+// This is the Snake Pit, a cave in the Snake Desert.
+//
+
+new_22-1.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake
+
+new_22-1.gat,0,0,0 script Mob22 -1,{
+OnSnake:
+ set @mobID, 1010;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}