Updated server/servermodlauncher, added arcanite necklace
This commit is contained in:
@@ -270,9 +270,6 @@ public class LootBounty {
|
||||
if (tool != null) {
|
||||
corpse.insertItem(tool, true);
|
||||
}
|
||||
if(random.nextInt(100) < 75){
|
||||
corpse.insertItem(ItemFactory.createItem((random.nextBoolean() ? ItemList.adamantineBar : ItemList.glimmerSteelBar), 30+(30*random.nextFloat()), ""));
|
||||
}
|
||||
if(random.nextInt(100) < 25) {
|
||||
Item item = ItemFactory.createItem(ItemUtil.getMysteryEggID(), 50, "");
|
||||
item.setRarity((byte)1);
|
||||
|
||||
Reference in New Issue
Block a user