Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1473,7 +1473,7 @@ unit.zenith.description = Fires salvos of missiles at all nearby enemies.
|
||||
unit.antumbra.description = Fires a barrage of bullets at all nearby enemies.
|
||||
unit.eclipse.description = Fires two piercing lasers and a barrage of flak at all nearby enemies.
|
||||
unit.mono.description = Automatically mines copper and lead, depositing it into the core.
|
||||
unit.poly.description = Automatically rebuilds damaged structures and assists other units in construction.
|
||||
unit.poly.description = Automatically rebuilds destroyed structures and assists other units in construction.
|
||||
unit.mega.description = Automatically repairs damaged structures. Capable of carrying blocks and small ground units.
|
||||
unit.quad.description = Drops large bombs on ground targets, repairing allied structures and damaging enemies. Capable of carrying medium-sized ground units.
|
||||
unit.oct.description = Protects nearby allies with its regenerating shield. Capable of carrying most ground units.
|
||||
|
||||
@@ -6,7 +6,7 @@ import mindustry.gen.*;
|
||||
import mindustry.content.*;
|
||||
|
||||
public class LaserBoltBulletType extends BasicBulletType{
|
||||
protected float height = 7f, width = 2f;
|
||||
public float width = 2f, height = 7f;
|
||||
|
||||
public LaserBoltBulletType(float speed, float damage){
|
||||
super(speed, damage);
|
||||
|
||||
@@ -242,7 +242,7 @@ public class MassDriver extends Block{
|
||||
|
||||
@Override
|
||||
public boolean acceptItem(Building source, Item item){
|
||||
//mass drivers that ouput only cannot accept items
|
||||
//mass drivers that output only cannot accept items
|
||||
return items.total() < itemCapacity && linkValid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user