From c337c7a7e8463ab5780b45bf53502293a03bb3b5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 22:45:56 -0300 Subject: Random Earth Powder at Aeros --- npc/items/shovel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/items/shovel.txt') diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 76e5d61bf..a6dff7595 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -340,11 +340,11 @@ OnHour00: // Aeros can't be forgotten shovel_scatter("001-1", 171, 20, 340, 160, rand(160,360), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); shovel_scatter("001-1", 20, 20, 140, 140, rand(160,360), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); -- cgit v1.2.3-60-g2f50