diff options
Diffstat (limited to 'npc/new_21-1-ice-cave2')
-rw-r--r-- | npc/new_21-1-ice-cave2/monsters.txt | 40 | ||||
-rw-r--r-- | npc/new_21-1-ice-cave2/passages.txt | 2 |
2 files changed, 21 insertions, 21 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; +} diff --git a/npc/new_21-1-ice-cave2/passages.txt b/npc/new_21-1-ice-cave2/passages.txt index c8474a09..6e419384 100644 --- a/npc/new_21-1-ice-cave2/passages.txt +++ b/npc/new_21-1-ice-cave2/passages.txt @@ -1 +1 @@ -new_21-1.gat,36,34 warp toice1 1,0,new_12-1.gat,26,25
+new_21-1.gat,36,34 warp toice1 1,0,new_12-1.gat,26,25 |