mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
Added option to set effect to None.
This commit is contained in:
parent
2f58aa88ca
commit
4f672b7893
@ -1223,6 +1223,8 @@ fn render_effect_opt(ui: &mut egui::Ui, effect: &mut Option<Effect>) {
|
||||
{
|
||||
*effect = Some(ATTACK_FIRST_DEFAULT);
|
||||
}
|
||||
|
||||
ui.selectable_value(effect, None, "None");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user