mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
ru:: NPCs use addHelp, not addInfo
This commit is contained in:
@@ -186,7 +186,7 @@ void npc::act() {
|
||||
pushScreen([&] { cmode = mode::playing; popScreen(); });
|
||||
pushScreen([&] {
|
||||
dialog::init(name, col >> 8);
|
||||
dialog::addInfo(text);
|
||||
dialog::addHelp(text);
|
||||
dialog::addBreak(100);
|
||||
dialog::addBack();
|
||||
dialog::display();
|
||||
|
Reference in New Issue
Block a user