change surgeAlloy and phaseFabric

This commit is contained in:
Wiki Updater 2020-10-21 20:04:41 +02:00
parent 87dda1ba4b
commit 4d575364f4
4 changed files with 35 additions and 35 deletions

View file

@ -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);
}