|
|
@ -129,10 +129,9 @@ public enum LootManager { |
|
|
|
if (!mob.getSafeZone()) { |
|
|
|
if (!mob.getSafeZone()) { |
|
|
|
boolean allow = false; |
|
|
|
boolean allow = false; |
|
|
|
if(mob.level >= 50){ |
|
|
|
if(mob.level >= 50){ |
|
|
|
//totalRange = baseBound;
|
|
|
|
|
|
|
|
allow = true; |
|
|
|
allow = true; |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
if((50 - mob.level) < ThreadLocalRandom.current().nextInt(0,101)){ |
|
|
|
if((50 - mob.level) > ThreadLocalRandom.current().nextInt(0,101)){ |
|
|
|
allow = true; |
|
|
|
allow = true; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|