summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/019-1/_mobs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/019-1/_mobs.txt b/npc/019-1/_mobs.txt
index 68d42729..ae32c186 100644
--- a/npc/019-1/_mobs.txt
+++ b/npc/019-1/_mobs.txt
@@ -1,8 +1,14 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Snow field mobs
+019-1.gat,0,0,0,0 monster Fluffy 1020,100,100000,30000,Mob019-1::On1020
019-1.gat,0,0,0 script Mob019-1 -1,{
+On1020:
+ set @mobID, 1020;
+ callfunc "MobPoints";
+ break;
+
end;
}