comment fix (#5730)

* there is no mech pads

* factories
This commit is contained in:
JrTRinny
2021-08-10 20:38:46 +07:00
committed by GitHub
parent 6d517396b3
commit 6c963a2de7

View File

@@ -50,7 +50,7 @@ public class Rules{
public boolean unitAmmo = false;
/** Whether cores add to unit limit */
public boolean unitCapVariable = true;
/** How fast unit pads build units. */
/** How fast unit factories build units. */
public float unitBuildSpeedMultiplier = 1f;
/** How much damage any other units deal. */
public float unitDamageMultiplier = 1f;