From e782c2a7adb7ae071cbdff7bba86be4236d3c45a Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 16 Feb 2018 14:11:03 -0200 Subject: Bug bomb is now more realistic: it dispels smoke, and kill all monsters. --- npc/005-3/barrel.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/005-3/barrel.txt') diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index 63af4dfc3..8c347678e 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -35,7 +35,9 @@ L_BarrelTally: if (@barrel_count == 8) { message strcharinfo(0), "You found the bug bomb."; - specialeffect(13); + specialeffect(14); + specialeffect(51); + killmonsterall("005-3"); setq CandorQuest_Barrel, 3; } @rand = rand(6); -- cgit v1.2.3-60-g2f50