Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1662,6 +1662,7 @@ public class Blocks implements ContentList{
|
||||
shootEffect = Fx.shootLiquid;
|
||||
range = 190f;
|
||||
health = 250 * size * size;
|
||||
flags = EnumSet.of(BlockFlag.turret, BlockFlag.extinguisher);
|
||||
}};
|
||||
|
||||
fuse = new ItemTurret("fuse"){{
|
||||
|
||||
@@ -10,7 +10,7 @@ public class SolarGenerator extends PowerGenerator{
|
||||
|
||||
public SolarGenerator(String name){
|
||||
super(name);
|
||||
//remove the BlockFlag.producer flag to make this a lower priority target than other generators.
|
||||
//remove the BlockFlag.generator flag to make this a lower priority target than other generators.
|
||||
flags = EnumSet.of();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user