1
0
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:
Zeno Rogue
2025-08-01 01:19:59 +02:00
parent 747d142e46
commit 9311342e31
4 changed files with 38 additions and 3 deletions

View File

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