mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
ru:: statdata reset hallucination
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user