monmirror editable

This commit is contained in:
Zeno Rogue 2021-06-16 13:13:24 +02:00
parent c953b2dda6
commit 1be1713b91
1 changed files with 3 additions and 0 deletions

View File

@ -469,6 +469,9 @@ struct debugScreen {
dialog::add_action([what] () {
bitfield_editor(what->mondir, [what] (int i) { what->mondir = i; },
"monster direction");
dialog::extra_options = [what] () {
dialog::addBoolItem(XLAT("mirrored"), what->monmirror, 'M');
};
});
dialog::addSelItem("stuntime", its(what->stuntime), 's');
dialog::add_action([what] () {