Fixed unit assembler overlap

This commit is contained in:
Anuken
2022-01-21 11:53:59 -05:00
parent a121c4d042
commit 025dac226c
2 changed files with 22 additions and 6 deletions

View File

@@ -1453,7 +1453,7 @@ public class UnitTypes{
engineSize = 7.8f;
rotateShooting = false;
hitSize = 66f;
payloadCapacity = (5.3f * 5.3f) * tilePayload;
payloadCapacity = (5.5f * 5.5f) * tilePayload;
buildSpeed = 4f;
drawShields = false;
commandLimit = 6;