Minor fixes

This commit is contained in:
Anuken
2020-09-24 22:41:13 -04:00
parent 2141e2ebab
commit 3a06cacf1d
4 changed files with 9 additions and 8 deletions

View File

@@ -973,9 +973,9 @@ public class UnitTypes implements ContentList{
}};
antumbra = new UnitType("antumbra"){{
speed = 1.13f;
accel = 0.035f;
drag = 0.05f;
speed = 0.8f;
accel = 0.04f;
drag = 0.04f;
rotateSpeed = 1.9f;
flying = true;
lowAltitude = true;
@@ -1046,9 +1046,9 @@ public class UnitTypes implements ContentList{
}};
eclipse = new UnitType("eclipse"){{
speed = 1.09f;
accel = 0.02f;
drag = 0.05f;
speed = 0.52f;
accel = 0.04f;
drag = 0.04f;
rotateSpeed = 1f;
flying = true;
lowAltitude = true;

View File

@@ -21,6 +21,7 @@ public class HealBulletType extends BulletType{
despawnEffect = Fx.hitLaser;
collidesTeam = true;
hittable = false;
reflectable = false;
}
public HealBulletType(){

View File

@@ -169,7 +169,7 @@ public class ResearchDialog extends BaseDialog{
if(net.client()){
//TODO make this not display every time
//TODO rework this in the future
ui.showInfo("campaign.multiplayer");
ui.showInfo("@campaign.multiplayer");
}
});