1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-25 22:52:49 +00:00

ru:: statdata reset hallucination

This commit is contained in:
Zeno Rogue 2025-05-23 09:33:53 +02:00
parent 4fabbeb83e
commit 212486d219

View File

@ -41,6 +41,7 @@ void statdata::reset() {
for(auto i: allstats) stats[i] = m.base_stats[i];
coyote_time = 0;
jump_control = 0;
hallucinating = false;
}
void man::act() {