mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-24 03:10:36 -08:00
Minor cleanup / Tick reset fix
This commit is contained in:
parent
7cc0cbb132
commit
03d99cb05a
25 changed files with 200 additions and 194 deletions
|
|
@ -100,7 +100,7 @@ public class PowerTestFixture{
|
|||
|
||||
// Assign incredibly high health so the block does not get destroyed on e.g. burning Blast Compound
|
||||
block.health = 100000;
|
||||
tile.build.health(100000.0f);
|
||||
tile.build.health = 100000.0f;
|
||||
|
||||
return tile;
|
||||
}catch(Exception ex){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue