From b30b4f5f1bd8c8559fe1d7422e9811f123d69c82 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Jan 2019 22:24:19 -0200 Subject: Consistency when killing House Maggots. Use a true killmonster() function on 005-3 This means buggy house maggots won't be killed by bug bomb. --- npc/005-3/barrel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/005-3') diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index d01200f3f..7330129de 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -37,7 +37,7 @@ L_BarrelTally: message strcharinfo(0), "You found the bug bomb."; specialeffect(14); specialeffect(51); - killmonsterall("005-3"); + killmonster("005-3", "Trainer::OnKillHouseMaggot"); setq CandorQuest_Barrel, 3; } @rand = rand(7); -- cgit v1.2.3-60-g2f50