mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
ru:: stats now can be fractional
This commit is contained in:
@@ -38,7 +38,7 @@ void check_fountains() {
|
||||
}
|
||||
|
||||
void statdata::reset() {
|
||||
stats = m.base_stats;
|
||||
for(auto i: allstats) stats[i] = m.base_stats[i];
|
||||
coyote_time = 0;
|
||||
jump_control = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user