1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

numerical_minefield is now editable

This commit is contained in:
Zeno Rogue
2022-05-21 17:10:04 +02:00
parent 1cf26b5380
commit ff2aa90321
2 changed files with 4 additions and 1 deletions

View File

@@ -547,6 +547,8 @@ void addMinefieldExplanation(string& s) {
#else
s += XLAT("Known mines may be marked by touching while in drag mode. Your allies won't step on marked mines.");
#endif
help_extensions.push_back(help_extension{'n', XLAT("toggle numerical display"), [] () { numerical_minefield = !numerical_minefield; }});
}
EX string generateHelpForWall(eWall w) {