1
0
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:
Zeno Rogue
2025-05-23 09:17:13 +02:00
parent b001514ccc
commit 9266d2dea2
3 changed files with 8 additions and 4 deletions

View File

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