Minor planet dialog polish

This commit is contained in:
Anuken
2020-05-15 22:24:01 -04:00
parent 4c85864260
commit 6938c69d97
3 changed files with 17 additions and 10 deletions

View File

@@ -197,7 +197,7 @@ public class WaveInfoDialog extends FloatingDialog{
});
t.row();
t.check("$waves.boss", b -> group.effect = (b ? StatusEffects.boss : null)).padTop(4).update(b -> b.setChecked(group.effect == StatusEffects.boss));
t.check("$waves.guardian", b -> group.effect = (b ? StatusEffects.boss : null)).padTop(4).update(b -> b.setChecked(group.effect == StatusEffects.boss));
t.row();
t.button("$waves.remove", () -> {