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 dcba8b4c7..87321f470 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -40,7 +40,7 @@ L_BarrelTally: killmonsterall("005-3"); setq CandorQuest_Barrel, 3; } - @rand = rand(6); + @rand = rand(7); if (@rand == 0) getitem Coal,1; else if (@rand == 1) @@ -53,6 +53,8 @@ L_BarrelTally: getitem Bread,1; else if (@rand == 5) getitem TolchiArrow,6; + else if (@rand == 6) + getitem BugLeg,1; return; L_Loop: |