Removed logic disable timer
This commit is contained in:
@@ -2157,6 +2157,7 @@ public class Blocks{
|
||||
|
||||
ambientSound = Sounds.smelter;
|
||||
ambientSoundVolume = 0.03f;
|
||||
generateEffect = Fx.generatespark;
|
||||
|
||||
consume(new ConsumeItemFlammable());
|
||||
consume(new ConsumeItemExplode());
|
||||
@@ -2183,6 +2184,7 @@ public class Blocks{
|
||||
hasLiquids = true;
|
||||
size = 2;
|
||||
drawer.iconOverride = new String[]{"", "-turbine0", "-turbine1"};
|
||||
generateEffect = Fx.generatespark;
|
||||
|
||||
ambientSound = Sounds.smelter;
|
||||
ambientSoundVolume = 0.06f;
|
||||
@@ -2201,6 +2203,7 @@ public class Blocks{
|
||||
hasItems = true;
|
||||
size = 3;
|
||||
ambientSound = Sounds.steam;
|
||||
generateEffect = Fx.generatespark;
|
||||
ambientSoundVolume = 0.03f;
|
||||
|
||||
drawer = new DrawMulti(new DrawBlock(), new DrawWarmupRegion());
|
||||
@@ -2215,6 +2218,7 @@ public class Blocks{
|
||||
powerProduction = 4.5f;
|
||||
itemDuration = 60 * 14f;
|
||||
envEnabled = Env.any;
|
||||
generateEffect = Fx.generatespark;
|
||||
|
||||
drawer = new DrawMulti(new DrawBlock(), new DrawWarmupRegion());
|
||||
consume(new ConsumeItemRadioactive());
|
||||
|
||||
@@ -166,6 +166,12 @@ public class SerpuloTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(message, () -> {
|
||||
|
||||
});
|
||||
|
||||
//logic disabled until further notice
|
||||
/*
|
||||
node(microProcessor, () -> {
|
||||
node(switchBlock, () -> {
|
||||
node(message, () -> {
|
||||
@@ -188,7 +194,7 @@ public class SerpuloTechTree{
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});*/
|
||||
|
||||
node(illuminator, () -> {
|
||||
|
||||
|
||||
@@ -967,7 +967,7 @@ public class UnitTypes{
|
||||
targetAir = false;
|
||||
targetFlags = new BlockFlag[]{BlockFlag.generator, null};
|
||||
hitSize = 7;
|
||||
itemCapacity = 15;
|
||||
itemCapacity = 0;
|
||||
|
||||
weapons.add(new Weapon(){{
|
||||
y = 0f;
|
||||
|
||||
Reference in New Issue
Block a user