mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-11 03:33:05 -08:00
Merged current master into branch (with manual changes)
This commit is contained in:
commit
149f7a1d9d
102 changed files with 1684 additions and 1604 deletions
|
|
@ -96,6 +96,10 @@ public class PowerTestFixture{
|
|||
tile.entity.power = new PowerModule();
|
||||
tile.entity.power.graph.add(tile);
|
||||
}
|
||||
|
||||
// Assign incredibly high health so the block does not get destroyed on e.g. burning Blast Compound
|
||||
block.health *= 100.0f;
|
||||
|
||||
return tile;
|
||||
}catch(Exception ex){
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue