diff options
Diffstat (limited to 'npc/new_12-1-ice-cave')
-rw-r--r-- | npc/new_12-1-ice-cave/monsters.txt | 20 | ||||
-rw-r--r-- | npc/new_12-1-ice-cave/passages.txt | 2 |
2 files changed, 0 insertions, 22 deletions
diff --git a/npc/new_12-1-ice-cave/monsters.txt b/npc/new_12-1-ice-cave/monsters.txt deleted file mode 100644 index b9dce5f5..00000000 --- a/npc/new_12-1-ice-cave/monsters.txt +++ /dev/null @@ -1,20 +0,0 @@ -// 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 deleted file mode 100644 index 3db46ebe..00000000 --- a/npc/new_12-1-ice-cave/passages.txt +++ /dev/null @@ -1,2 +0,0 @@ -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 |