JSON payload stack support

This commit is contained in:
Anuken
2022-08-11 08:43:58 -04:00
parent 3f96799c2e
commit e4c6822cca
3 changed files with 20 additions and 6 deletions

View File

@@ -679,8 +679,7 @@ public class ResearchDialog extends BaseDialog{
disabledFontColor = Color.gray;
up = buttonOver;
over = buttonDown;
}}, () -> spend(node))
.disabled(i -> !canSpend(node)).growX().height(44f).colspan(3);
}}, () -> spend(node)).disabled(i -> !canSpend(node)).growX().height(44f).colspan(3);
}
});