mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
change surgeAlloy and phaseFabric
This commit is contained in:
parent
87dda1ba4b
commit
4d575364f4
4 changed files with 35 additions and 35 deletions
|
|
@ -145,7 +145,7 @@ public class ApplicationTests{
|
|||
tile.build.items.add(Items.coal, 5);
|
||||
tile.build.items.add(Items.titanium, 50);
|
||||
assertEquals(tile.build.items.total(), 55);
|
||||
tile.build.items.remove(Items.phasefabric, 10);
|
||||
tile.build.items.remove(Items.phaseFabric, 10);
|
||||
tile.build.items.remove(Items.titanium, 10);
|
||||
assertEquals(tile.build.items.total(), 45);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue