From 92edc7656445e89c7ce1d229970f03ff55708e5b Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 12 Nov 2008 09:24:59 +0100 Subject: Converted some files from DOS to UNIX newlines --- npc/new_27-1-hill2/monsters.txt | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'npc/new_27-1-hill2/monsters.txt') 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; +} -- cgit v1.2.3-70-g09d2