summaryrefslogtreecommitdiff
path: root/npc/018-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-1')
-rw-r--r--npc/018-1/flowerpentagram3.txt18
1 files changed, 6 insertions, 12 deletions
diff --git a/npc/018-1/flowerpentagram3.txt b/npc/018-1/flowerpentagram3.txt
index 53f45dbe..a24dd0cb 100644
--- a/npc/018-1/flowerpentagram3.txt
+++ b/npc/018-1/flowerpentagram3.txt
@@ -52,33 +52,27 @@ L_Place:
end;
OnSquirrelDeath:
- @mobId = 1105;
- callfunc "MobPoints";
+ fix_mobkill(1105);
end;
OnMushroomDeath:
- @mobId = 1106;
- callfunc "MobPoints";
+ fix_mobkill(1106);
end;
OnBlueparDeath:
- @mobId = 1107;
- callfunc "MobPoints";
+ fix_mobkill(1107);
end;
OnScorpionDeath:
- @mobId = 1003;
- callfunc "MobPoints";
+ fix_mobkill(1003);
end;
OnRScorpionDeath:
- @mobId = 1004;
- callfunc "MobPoints";
+ fix_mobkill(1004);
end;
OnAScorpionDeath:
- @mobId = 1057;
- callfunc "MobPoints";
+ fix_mobkill(1057);
end;
L_MonstersAlive: