mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-02-18 14:12:18 -08:00
Change power "satisfaction" -> "status", use efficiency() in blocks
This commit is contained in:
parent
c5a4d7331f
commit
30ea285ca0
23 changed files with 63 additions and 65 deletions
|
|
@ -50,6 +50,6 @@ public class DirectConsumerTests extends PowerTestFixture{
|
|||
consumerTile.entity.update();
|
||||
graph.update();
|
||||
|
||||
assertEquals(expectedSatisfaction, consumerTile.entity.power.satisfaction);
|
||||
assertEquals(expectedSatisfaction, consumerTile.entity.power.status);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue