Implement more Monolith research nodes

This commit is contained in:
Melledy
2025-12-08 14:47:59 -08:00
parent 78d88a87cd
commit 9d77005da6
10 changed files with 183 additions and 74 deletions

View File

@@ -178,7 +178,7 @@ public class Utils {
}
public static boolean randomChance(double chance) {
if (chance <= 0) {
if (chance <= 0D) {
return false;
}