1
0
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:
Zeno Rogue
2025-12-06 21:57:03 +01:00
parent 1983f2ce66
commit 3e49c6115e

View File

@@ -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."; }