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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user