diff options
Diffstat (limited to 'npc/005-3')
-rw-r--r-- | npc/005-3/barrel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index 1810774ae..63af4dfc3 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -35,7 +35,7 @@ L_BarrelTally: if (@barrel_count == 8)
{
message strcharinfo(0), "You found the bug bomb.";
- specialeffect(21);
+ specialeffect(13);
setq CandorQuest_Barrel, 3;
}
@rand = rand(6);
|