1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-18 12:12:05 +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
+1
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 {