mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
ru:: detect cross
This commit is contained in:
@@ -297,7 +297,7 @@ struct entity {
|
||||
struct statdata {
|
||||
statarray<ld> stats;
|
||||
int jump_control, coyote_time, hallucinating;
|
||||
ld detect_area;
|
||||
ld detect_area, detect_cross;
|
||||
void reset();
|
||||
vector<tuple<power*, mod, int>> mods;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user