diff options
Diffstat (limited to 'npc/new_12-1-ice-cave')
-rw-r--r-- | npc/new_12-1-ice-cave/monsters.txt | 40 | ||||
-rw-r--r-- | npc/new_12-1-ice-cave/passages.txt | 4 |
2 files changed, 22 insertions, 22 deletions
diff --git a/npc/new_12-1-ice-cave/monsters.txt b/npc/new_12-1-ice-cave/monsters.txt index 2cce49b2..b9dce5f5 100644 --- a/npc/new_12-1-ice-cave/monsters.txt +++ b/npc/new_12-1-ice-cave/monsters.txt @@ -1,20 +1,20 @@ -// Map: new_12-1
-// This is the Ice Cave below Snow Town.
-//
-
-new_12-1.gat,0,0,0,0 monster Bat 1017,20,0,0,Mob12::OnBat
-new_12-1.gat,0,0,0,0 monster Pinkie 1018,10,0,0,Mob12::OnPinkie
-
-new_12-1.gat,0,0,0 script Mob12 -1,{
-OnBat:
- set @mobID, 1017;
- callfunc "MobPoints";
- break;
-
-OnPinkie:
- set @mobID, 1018;
- callfunc "MobPoints";
- break;
-
- end;
-}
+// Map: new_12-1 +// This is the Ice Cave below Snow Town. +// + +new_12-1.gat,0,0,0,0 monster Bat 1017,20,0,0,Mob12::OnBat +new_12-1.gat,0,0,0,0 monster Pinkie 1018,10,0,0,Mob12::OnPinkie + +new_12-1.gat,0,0,0 script Mob12 -1,{ +OnBat: + set @mobID, 1017; + callfunc "MobPoints"; + break; + +OnPinkie: + set @mobID, 1018; + callfunc "MobPoints"; + break; + + end; +} diff --git a/npc/new_12-1-ice-cave/passages.txt b/npc/new_12-1-ice-cave/passages.txt index efcea31c..3db46ebe 100644 --- a/npc/new_12-1-ice-cave/passages.txt +++ b/npc/new_12-1-ice-cave/passages.txt @@ -1,2 +1,2 @@ -new_12-1.gat,31,25 warp totown 2,1,new_11-1.gat,76,36
-new_12-1.gat,26,23 warp toice2 1,0,new_21-1.gat,37,36
+new_12-1.gat,31,25 warp totown 2,1,new_11-1.gat,76,36 +new_12-1.gat,26,23 warp toice2 1,0,new_21-1.gat,37,36 |