Various campaign-related tweaks
This commit is contained in:
@@ -30,7 +30,7 @@ public class CoreBlock extends StorageBlock{
|
||||
update = true;
|
||||
hasItems = true;
|
||||
flags = EnumSet.of(BlockFlag.core, BlockFlag.producer, BlockFlag.unitModifier);
|
||||
unitCapModifier = 30;
|
||||
unitCapModifier = 10;
|
||||
activeSound = Sounds.respawning;
|
||||
activeSoundVolume = 1f;
|
||||
}
|
||||
|
||||
@@ -38,7 +38,8 @@ public class UnitFactory extends Block{
|
||||
hasPower = true;
|
||||
hasItems = true;
|
||||
solid = false;
|
||||
flags = EnumSet.of(BlockFlag.producer);
|
||||
flags = EnumSet.of(BlockFlag.producer, BlockFlag.unitModifier);
|
||||
unitCapModifier = 4;
|
||||
configurable = true;
|
||||
|
||||
config(Integer.class, (tile, i) -> {
|
||||
|
||||
Reference in New Issue
Block a user