This commit is contained in:
Anuken 2020-09-10 16:45:48 -04:00
parent 260a6bac6d
commit 7c1d035977
7 changed files with 85 additions and 32 deletions

View file

@ -354,8 +354,7 @@ public class DesktopInput extends InputHandler{
table.button(Icon.up, Styles.clearPartiali, () -> {
ui.planet.show(state.getSector(), player.team().core());
}).visible(() -> state.isCampaign())
.disabled(b -> player.team().core() == null || !player.team().core().items.has(player.team().core().block.requirements)).tooltip("@launchcore");
}).visible(() -> state.isCampaign()).tooltip("@launchcore");
}
void pollInput(){