mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
Strange Challenge in the start menu
This commit is contained in:
parent
91038b4a01
commit
cc5261edbe
@ -664,6 +664,14 @@ void showStartMenu() {
|
||||
dialog::addInfo(XLAT("paint pictures"));
|
||||
break;
|
||||
#endif
|
||||
|
||||
#if CAP_DAILY
|
||||
case 7:
|
||||
dialog::addBreak(100);
|
||||
dialog::addBigItem(XLAT("Strange Challenge"), 'z');
|
||||
dialog::addInfo(XLAT("compete with other players on random lands in random geometries"));
|
||||
break;
|
||||
#endif
|
||||
|
||||
case 20:
|
||||
dialog::addBreak(100);
|
||||
|
Loading…
Reference in New Issue
Block a user