1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

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

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)