diff options
Diffstat (limited to 'npc/005-3')
-rw-r--r-- | npc/005-3/barrel.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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);
|