Map editor tweaks & fixes / New map
This commit is contained in:
@@ -183,7 +183,7 @@ public class Conveyor extends Block implements Autotiler{
|
||||
@Override
|
||||
public void unitOn(Unit unit){
|
||||
|
||||
if(clogHeat > 0.5f) return;
|
||||
if(clogHeat > 0.5f || !enabled) return;
|
||||
|
||||
noSleep();
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ public class OreBlock extends OverlayFloor{
|
||||
this.itemDrop = ore;
|
||||
this.variants = 3;
|
||||
this.mapColor.set(ore.color);
|
||||
this.useColor = true;
|
||||
}
|
||||
|
||||
/** For mod use only!*/
|
||||
|
||||
@@ -9,6 +9,7 @@ public class OverlayFloor extends Floor{
|
||||
|
||||
public OverlayFloor(String name){
|
||||
super(name);
|
||||
useColor = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user