Misc bugfixes
This commit is contained in:
Binary file not shown.
@@ -42,9 +42,7 @@ public class SerpuloTechTree{
|
|||||||
node(titaniumConveyor, Seq.with(new SectorComplete(craters)), () -> {
|
node(titaniumConveyor, Seq.with(new SectorComplete(craters)), () -> {
|
||||||
node(phaseConveyor, () -> {
|
node(phaseConveyor, () -> {
|
||||||
node(massDriver, () -> {
|
node(massDriver, () -> {
|
||||||
node(payloadPropulsionTower, () -> {
|
|
||||||
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -293,6 +293,12 @@ public class MapEditorDialog extends Dialog implements Disposable{
|
|||||||
|
|
||||||
player.clearUnit();
|
player.clearUnit();
|
||||||
|
|
||||||
|
//remove player unit
|
||||||
|
Unit unit = Groups.unit.find(u -> u.spawnedByCore);
|
||||||
|
if(unit != null){
|
||||||
|
unit.remove();
|
||||||
|
}
|
||||||
|
|
||||||
Map returned = null;
|
Map returned = null;
|
||||||
|
|
||||||
if(name.isEmpty()){
|
if(name.isEmpty()){
|
||||||
|
|||||||
Reference in New Issue
Block a user