Bugfixes for GWT

This commit is contained in:
Anuken
2018-09-03 13:48:16 -04:00
parent e877310d85
commit 8654f25a4f
3 changed files with 9 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ public class Mechs implements ContentList{
boostSpeed = 0.8f;
weapon = Weapons.healBlaster;
maxSpeed = 5f;
armor = 20f;
armor = 15f;
altChargeAlpha = 0.05f;
trailColorTo = Palette.heal;
}