Various sync fixes

This commit is contained in:
Anuken
2020-05-24 17:01:17 -04:00
parent d202c6ebdd
commit 3051598b92
14 changed files with 71 additions and 79 deletions

View File

@@ -334,12 +334,12 @@ public class UnitTypes implements ContentList{
accel = 0.1f;
range = 70f;
itemCapacity = 30;
health = 400;
health = 80f;
engineOffset = 6f;
hitsize = 8f;
weapons.add(new Weapon("small-basic-weapon"){{
reload = 20f;
reload = 25f;
x = -1f;
y = -1f;
shootX = 3.5f;