summaryrefslogtreecommitdiff
path: root/npc/025-1/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/_mobs.txt')
-rw-r--r--npc/025-1/_mobs.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/025-1/_mobs.txt b/npc/025-1/_mobs.txt
index e0c2b32e..7f444112 100644
--- a/npc/025-1/_mobs.txt
+++ b/npc/025-1/_mobs.txt
@@ -4,7 +4,7 @@
025-1.gat,100,60,56,79 monster Clover Patch 1037,3,30000,10000,Mob025-1::On1037
025-1.gat,56,96,13,5 monster Clover Patch 1037,1,1200000,10000,Mob025-1::On1037
025-1.gat,56,36,77,33 monster Alizarin Plant 1032,2,240000,12000,Mob025-1::On1032
-025-1.gat,55,62,24,13 monster Fluffy 1020,7,30000,12000,Mob025-1::On1020
+025-1.gat,55,62,24,13 monster Snail 1041,7,30000,12000,Mob025-1::On1041
025-1.gat,38,84,37,31 monster Silkworm 1035,18,40000,300,Mob025-1::On1035
025-1.gat,96,47,63,55 monster Log Head 1025,14,18000,3000,Mob025-1::On1025
025-1.gat,73,61,106,83 monster PinkFlower 1014,34,20000,5000,Mob025-1::On1014
@@ -29,11 +29,6 @@ On1019:
callfunc "MobPoints";
break;
-On1020:
- set @mobID, 1020;
- callfunc "MobPoints";
- break;
-
On1025:
set @mobID, 1025;
callfunc "MobPoints";
@@ -59,5 +54,10 @@ On1038:
callfunc "MobPoints";
break;
+On1041:
+ set @mobID, 1041;
+ callfunc "MobPoints";
+ break;
+
end;
}