zerg multiplier fix

This commit is contained in:
2024-04-21 16:19:44 -05:00
parent b3d65ef700
commit 7a445db673
+3 -3
View File
@@ -9,7 +9,7 @@ public class ZergManager {
return 1.0f; return 1.0f;
if(count > 6) if(count > 6)
return 0.2f; return 0.0f;
switch(count){ switch(count){
case 4: case 4:
@@ -32,7 +32,7 @@ public class ZergManager {
return 1.0f; return 1.0f;
if(count > 10) if(count > 10)
return 0.2f; return 0.0f;
switch(count){ switch(count){
case 6: case 6:
@@ -61,7 +61,7 @@ public class ZergManager {
return 1.0f; return 1.0f;
if(count > 20) if(count > 20)
return 0.2f; return 0.0f;
switch(count){ switch(count){
case 11: case 11: