1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-17 23:17:39 +00:00

ru:: talking to NPCs

This commit is contained in:
Zeno Rogue
2025-04-27 01:37:17 +02:00
parent 58ce8a7f5c
commit 7ab4f6f580
5 changed files with 26 additions and 1 deletions

View File

@@ -264,6 +264,9 @@ void run() {
dialog::add_key_action('v', [] { cmode = mode::menu; });
break;
case mode::talking:
break;
case mode::menu:
nomap = true;
emptyscreen();