mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-10 03:04:06 +00:00
ru:: NPCs use addHelp, not addInfo
This commit is contained in:
parent
98edbb9f48
commit
b0e7eb5852
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user