1
0
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:
Zeno Rogue 2025-04-27 01:55:16 +02:00
parent 98edbb9f48
commit b0e7eb5852

View File

@ -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();