summaryrefslogtreecommitdiff
path: root/npc/new_27-1-hill2/monsters.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-12 09:24:59 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-12 09:24:59 +0100
commit92edc7656445e89c7ce1d229970f03ff55708e5b (patch)
treeb4e713a304b211b3772e038dbff2b3024dac118c /npc/new_27-1-hill2/monsters.txt
parent6670219b5862db29302161c9b84da732df14fd05 (diff)
downloadserverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.gz
serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.bz2
serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.xz
serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.zip
Converted some files from DOS to UNIX newlines
Diffstat (limited to 'npc/new_27-1-hill2/monsters.txt')
-rw-r--r--npc/new_27-1-hill2/monsters.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/new_27-1-hill2/monsters.txt b/npc/new_27-1-hill2/monsters.txt
index 2121f594..bb0799bb 100644
--- a/npc/new_27-1-hill2/monsters.txt
+++ b/npc/new_27-1-hill2/monsters.txt
@@ -1,20 +1,20 @@
-// Map: new_27-1
-// This is the Caves beneath the North Woodland.
-//
-
-new_27-1.gat,0,0,0,0 monster Bat 1017,100,0,0,Mob27::OnBat
-new_27-1.gat,0,0,0,0 monster CaveSnake 1021,75,0,0,Mob27::OnCaveSnake
-
-new_27-1.gat,0,0,0 script Mob27 -1,{
-OnBat:
- set @mobID, 1017;
- callfunc "MobPoints";
- break;
-
-OnCaveSnake:
- set @mobID, 1021;
- callfunc "MobPoints";
- break;
-
- end;
-}
+// Map: new_27-1
+// This is the Caves beneath the North Woodland.
+//
+
+new_27-1.gat,0,0,0,0 monster Bat 1017,100,0,0,Mob27::OnBat
+new_27-1.gat,0,0,0,0 monster CaveSnake 1021,75,0,0,Mob27::OnCaveSnake
+
+new_27-1.gat,0,0,0 script Mob27 -1,{
+OnBat:
+ set @mobID, 1017;
+ callfunc "MobPoints";
+ break;
+
+OnCaveSnake:
+ set @mobID, 1021;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}