Removed logic disable timer

This commit is contained in:
Anuken
2022-02-24 12:59:57 -05:00
parent f9dfe8cbcc
commit 30787e49ad
11 changed files with 58 additions and 31 deletions

View File

@@ -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());

View File

@@ -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, () -> {

View File

@@ -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;