forked from MagicBane/Server
add mob adding stronghold mobs
This commit is contained in:
@@ -890,8 +890,8 @@ public enum LootManager {
|
||||
}
|
||||
|
||||
//present drop chance for all
|
||||
if (ThreadLocalRandom.current().nextInt(100) < 35)
|
||||
DropPresent(mob);
|
||||
//if (ThreadLocalRandom.current().nextInt(100) < 35)
|
||||
// DropPresent(mob);
|
||||
|
||||
//random contract drop chance for all
|
||||
if (ThreadLocalRandom.current().nextInt(100) < 40) {
|
||||
|
||||
Reference in New Issue
Block a user