Browse Source

old code cleanup

master
FatBoy-DOTC 1 year ago
parent
commit
3869b3b218
  1. 3
      src/engine/loot/LootManager.java

3
src/engine/loot/LootManager.java

@ -224,9 +224,6 @@ public class LootManager {
} }
int min = (int)(mobLevel * 2.5f); int min = (int)(mobLevel * 2.5f);
int roll = ThreadLocalRandom.current().nextInt(max-min) + min; int roll = ThreadLocalRandom.current().nextInt(max-min) + min;
if(roll >= 191){
int poo = 0;
}
return roll; return roll;
} }
public static void AddGenTableRow(int tableID, GenTableRow row) { public static void AddGenTableRow(int tableID, GenTableRow row) {

Loading…
Cancel
Save