New mission classes

This commit is contained in:
Anuken
2018-09-21 19:36:19 -04:00
parent 3bd40eeb27
commit d067bbfa65
18 changed files with 172 additions and 40 deletions

View File

@@ -129,7 +129,6 @@ public class DebugBlocks extends BlockList implements ContentList{
Table cont = new Table();
for(int i = 0; i < items.size; i++){
if(i == 0) continue;
final int f = i;
ImageButton button = cont.addImageButton("liquid-icon-" + items.get(i).name, "toggle", 24, () -> {
Call.setLiquidSourceLiquid(null, tile, items.get(f));