mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-02 10:19:04 +00:00
ru:: removed some fields from frog
This commit is contained in:
@@ -562,7 +562,6 @@ struct frog : public enemy {
|
||||
};
|
||||
|
||||
struct giantfrog : public frog {
|
||||
int jphase, jump_at;
|
||||
xy siz() override { return {36, 36}; }
|
||||
string get_name() override { return "giant frog"; }
|
||||
string get_help() override { return "Beware their jumps."; }
|
||||
|
||||
Reference in New Issue
Block a user