Minor cleanup / Tick reset fix

This commit is contained in:
Anuken 2022-02-13 16:58:02 -05:00
parent 7cc0cbb132
commit 03d99cb05a
25 changed files with 200 additions and 194 deletions

View file

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