diff options
Diffstat (limited to 'npc/020-1_Nivalis/monsters.txt')
-rw-r--r-- | npc/020-1_Nivalis/monsters.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/020-1_Nivalis/monsters.txt b/npc/020-1_Nivalis/monsters.txt deleted file mode 100644 index fc33da8c..00000000 --- a/npc/020-1_Nivalis/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// Map: 020-1 -// This is Snow Town. -// - -020-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,Mob11::OnMaggot - -020-1.gat,0,0,0 script Mob11 -1,{ -OnMaggot: - set @mobID, 1002; - callfunc "MobPoints"; - break; - - end; -} |