mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 07:27:40 +00:00
Frogs implemented
This commit is contained in:
@@ -448,6 +448,7 @@ constexpr int STRONGWIND = 99;
|
||||
constexpr int FALL = 98;
|
||||
constexpr int NO_SPACE = 97;
|
||||
constexpr int TELEPORT = 96;
|
||||
constexpr int JUMP = 95;
|
||||
|
||||
namespace whirlwind { cell *jumpDestination(cell*); }
|
||||
|
||||
|
Reference in New Issue
Block a user