mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 04:28:27 +07:00
Fixed #7441
This commit is contained in:
parent
7a8155965a
commit
276a59b874
@ -1286,7 +1286,7 @@ public class Blocks{
|
||||
drawer = new DrawMulti(new DrawDefault(), new DrawHeatOutput());
|
||||
size = 2;
|
||||
heatOutput = 15f;
|
||||
craftTime = 60f * 10f;
|
||||
craftTime = 60f * 8f;
|
||||
consumeItem(Items.phaseFabric);
|
||||
}};
|
||||
|
||||
|
@ -588,6 +588,10 @@ public class LExecutor{
|
||||
b.lastDisabler = exec.build;
|
||||
}
|
||||
|
||||
if(type == LAccess.enabled && exec.bool(p1)){
|
||||
b.noSleep();
|
||||
}
|
||||
|
||||
if(type.isObj && exec.var(p1).isobj){
|
||||
b.control(type, exec.obj(p1), exec.num(p2), exec.num(p3), exec.num(p4));
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user