summaryrefslogtreecommitdiff
path: root/npc/new_21-1-ice-cave2/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_21-1-ice-cave2/monsters.txt')
-rw-r--r--npc/new_21-1-ice-cave2/monsters.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/new_21-1-ice-cave2/monsters.txt b/npc/new_21-1-ice-cave2/monsters.txt
index b0b1c336..b1a238b3 100644
--- a/npc/new_21-1-ice-cave2/monsters.txt
+++ b/npc/new_21-1-ice-cave2/monsters.txt
@@ -1,20 +1,20 @@
-// Map: new_21-1
-// This is the second level of the Ice Cave beneath Snow Town.
-//
-
-new_21-1.gat,0,0,0,0 monster Bat 1017,5,0,0,Mob21::OnBat
-new_21-1.gat,0,0,0,0 monster Fluffy 1020,15,0,0,Mob21::OnFluffy
-
-new_21-1.gat,0,0,0 script Mob21 -1,{
-OnBat:
- set @mobID, 1017;
- callfunc "MobPoints";
- break;
-
-OnFluffy:
- set @mobID, 1020;
- callfunc "MobPoints";
- break;
-
- end;
-}
+// Map: new_21-1
+// This is the second level of the Ice Cave beneath Snow Town.
+//
+
+new_21-1.gat,0,0,0,0 monster Bat 1017,5,0,0,Mob21::OnBat
+new_21-1.gat,0,0,0,0 monster Fluffy 1020,15,0,0,Mob21::OnFluffy
+
+new_21-1.gat,0,0,0 script Mob21 -1,{
+OnBat:
+ set @mobID, 1017;
+ callfunc "MobPoints";
+ break;
+
+OnFluffy:
+ set @mobID, 1020;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}