1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-22 09:11:22 +00:00

ru:: made get_name() return something for hint

This commit is contained in:
Zeno Rogue
2025-12-06 21:57:38 +01:00
parent 6e3c822480
commit 0c4ef7647a

View File

@@ -699,6 +699,7 @@ struct hint : public located_entity {
color_t color() override { return 0; }
void act() override;
bool have_help() { return false; }
string get_name() override { return "<hint>"; }
};
struct item : public located_entity {