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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user