summaryrefslogtreecommitdiff
path: root/npc/new_17-1-cave-big/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_17-1-cave-big/monsters.txt')
-rw-r--r--npc/new_17-1-cave-big/monsters.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/new_17-1-cave-big/monsters.txt b/npc/new_17-1-cave-big/monsters.txt
index 43c0c264..95d09026 100644
--- a/npc/new_17-1-cave-big/monsters.txt
+++ b/npc/new_17-1-cave-big/monsters.txt
@@ -1,20 +1,20 @@
-// Map: new_17-1
-// This is the Lake Cave, second level of the Hermit's Cave.
-//
-
-new_17-1.gat,0,0,0,0 monster CaveSnake 1021,40,0,0,Mob17::OnCaveSnake
-new_17-1.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob17::OnSpikyMushroom
-
-new_17-1.gat,0,0,0 script Mob17 -1,{
-OnCaveSnake:
- set @mobID, 1021;
- callfunc "MobPoints";
- break;
-
-OnSpikyMushroom:
- set @mobID, 1019;
- callfunc "MobPoints";
- break;
-
- end;
-}
+// Map: new_17-1
+// This is the Lake Cave, second level of the Hermit's Cave.
+//
+
+new_17-1.gat,0,0,0,0 monster CaveSnake 1021,40,0,0,Mob17::OnCaveSnake
+new_17-1.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob17::OnSpikyMushroom
+
+new_17-1.gat,0,0,0 script Mob17 -1,{
+OnCaveSnake:
+ set @mobID, 1021;
+ callfunc "MobPoints";
+ break;
+
+OnSpikyMushroom:
+ set @mobID, 1019;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}