diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 19f33fb21..9bcccdc32 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1740,12 +1740,12 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, Coal, SilverGift; + setarray .@r, StrangeCoin, CursedArrow, CasinoCoins, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, Coal, SilverGift; .@n=rand(getarraysize(.@r)); - if (.@n > 0) + if (.@n > 2) getitem .@r[.@n], 1; - else + else getitem .@r[.@n], rand(20,40); "> }, |