diff options
Diffstat (limited to 'npc/027-4')
-rw-r--r-- | npc/027-4/monsters.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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: |