Fixed turrets firing without power as players

This commit is contained in:
Anuken
2020-10-04 09:58:53 -04:00
parent c4fb84c359
commit 605a370679
5 changed files with 8 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ public class DefaultWaves{
curTier = Math.min(curTier, 3);
//small chance to switch species
if(Mathf.chance(0.2)){
if(Mathf.chance(0.3)){
curSpecies = Structs.random(species);
}
}