mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
no variations for arbi
This commit is contained in:
parent
3d4b7a074a
commit
15fe6c1aee
@ -684,7 +684,7 @@ EX void showEuclideanMenu() {
|
||||
extern void add_edit_wall_quality(char);
|
||||
add_edit_wall_quality('W');
|
||||
}
|
||||
else if(WDIM == 3 || kite::in()) dialog::addBreak(100);
|
||||
else if(WDIM == 3 || kite::in() || arb::in()) dialog::addBreak(100);
|
||||
else {
|
||||
variable = true;
|
||||
dialog::addSelItem(XLAT("variations"), gp::operation_name(), 'v');
|
||||
|
Loading…
Reference in New Issue
Block a user