More sector overview visual changes
This commit is contained in:
@@ -316,7 +316,7 @@ public class Waves{
|
||||
}});
|
||||
|
||||
i += next + 1;
|
||||
if(curTier < 3 || rand.chance(0.05)){
|
||||
if(curTier < 3 || (rand.chance(0.05) && difficulty > 0.8)){
|
||||
curTier ++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user