mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
ru:: statdata reset hallucination
This commit is contained in:
parent
4fabbeb83e
commit
212486d219
@ -41,6 +41,7 @@ void statdata::reset() {
|
|||||||
for(auto i: allstats) stats[i] = m.base_stats[i];
|
for(auto i: allstats) stats[i] = m.base_stats[i];
|
||||||
coyote_time = 0;
|
coyote_time = 0;
|
||||||
jump_control = 0;
|
jump_control = 0;
|
||||||
|
hallucinating = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void man::act() {
|
void man::act() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user