mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-26 19:37:40 +00:00
rope segments now easier to edit
This commit is contained in:
@@ -389,6 +389,7 @@ struct rope_platform : public moving_platform {
|
||||
string glyph() override { return "-"; }
|
||||
string get_name() override { return "Swinging rope"; }
|
||||
string get_help() override { return "A part of a swinging rope."; }
|
||||
void draw() override;
|
||||
};
|
||||
|
||||
struct timed_orb : public entity {
|
||||
|
||||
Reference in New Issue
Block a user