summaryrefslogtreecommitdiff
path: root/npc/005-3/barrel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-3/barrel.txt')
-rw-r--r--npc/005-3/barrel.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt
index 23476ac32..fe0d70bc6 100644
--- a/npc/005-3/barrel.txt
+++ b/npc/005-3/barrel.txt
@@ -34,21 +34,17 @@ L_BarrelTally:
killmonster("005-3", "Trainer::OnKillHouseMaggot");
setq CandorQuest_Barrel, 3;
}
- @rand = rand2(7);
+ @rand = rand2(5);
if (@rand == 0)
getitem Coal,1;
else if (@rand == 1)
- getitem PinkAntenna,1;
+ getitem BugLeg,1;
else if (@rand == 2)
getitem CommonCarp,1;
else if (@rand == 3)
getitem Croconut,1;
else if (@rand == 4)
- getitem Bread,1;
- else if (@rand == 5)
getitem TolchiArrow,6;
- else if (@rand == 6)
- getitem BugLeg,1;
return;
L_Loop: