the 'types' pattern is now choosable in the patterns menu when in arcm or arb

This commit is contained in:
Zeno Rogue 2019-12-27 12:42:36 +01:00
parent 3e33aadba4
commit 0aa94f073a
1 changed files with 3 additions and 0 deletions

View File

@ -1813,6 +1813,9 @@ EX namespace patterns {
dialog::addSelItem(XLAT("Penrose staircase"), "Nil", '/');
}
if(arb::in() || arcm::in())
dialog::addSelItem(XLAT("types"), "types", 'A');
dialog::addSelItem(XLAT("sides"), "sides", 'B');
if(!ISMOBILE)