summaryrefslogtreecommitdiff
path: root/npc/012-1/flowerpentagram2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/flowerpentagram2.txt')
-rw-r--r--npc/012-1/flowerpentagram2.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/npc/012-1/flowerpentagram2.txt b/npc/012-1/flowerpentagram2.txt
index 92de4de5..f10524d3 100644
--- a/npc/012-1/flowerpentagram2.txt
+++ b/npc/012-1/flowerpentagram2.txt
@@ -48,23 +48,19 @@ L_Place:
end;
OnSquirrelDeath:
- @mobId = 1105;
- callfunc "MobPoints";
+ fix_mobkill(1105);
end;
OnMushroomDeath:
- @mobId = 1106;
- callfunc "MobPoints";
+ fix_mobkill(1106);
end;
OnScorpionDeath:
- @mobId = 1003;
- callfunc "MobPoints";
+ fix_mobkill(1003);
end;
OnRScorpionDeath:
- @mobId = 1004;
- callfunc "MobPoints";
+ fix_mobkill(1004);
end;
L_MonstersAlive: