From 2c7c83bd748001a28e20c62f1bceb4fedba540bd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jun 2021 16:04:45 -0300 Subject: Fix MobPoints() wrong calls --- npc/027-4/monsters.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/027-4/monsters.txt') diff --git a/npc/027-4/monsters.txt b/npc/027-4/monsters.txt index 40180670..34fce902 100644 --- a/npc/027-4/monsters.txt +++ b/npc/027-4/monsters.txt @@ -11,13 +11,13 @@ On1036: @mobId = 1036; callsub S_MOBCOUNT_ZOMBIES; - callfunc "MobPoints"; + fix_mobkill(1036); end; On1045: @mobId = 1045; callsub S_MOBCOUNT_FALLENS; - callfunc "MobPoints"; + fix_mobkill(1045); end; S_MOBCOUNT_ZOMBIES: -- cgit v1.2.3-60-g2f50