Update UnitTypes.java (#11727)

This commit is contained in:
Efsfse2280 2026-02-28 00:01:27 -05:00 committed by GitHub
parent 5a2a1658ce
commit ef5d5abfff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2561,6 +2561,7 @@ public class UnitTypes{
lifetime = 60f;
buildingDamageMultiplier = 0.01f;
homingPower = 0.02f;
}};
}});
}};
@ -2611,6 +2612,7 @@ public class UnitTypes{
lifetime = 60f;
buildingDamageMultiplier = 0.01f;
homingPower = 0.03f;
}};
}});
}};