1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

hat:: hat parameter

This commit is contained in:
Zeno Rogue
2023-03-24 23:53:13 +01:00
parent 56ca00df82
commit defeaf2cc6
4 changed files with 41 additions and 11 deletions

View File

@@ -1022,6 +1022,9 @@ EX void showEuclideanMenu() {
menuitem_binary_width('v');
add_edit_wall_quality('W');
}
else if(hat::in()) {
add_edit(hat::hat_param);
}
else if(nil) {
menuitem_nilwidth('v');
}