1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 08:27:39 +00:00

ru:: stats, redefine keys in the inventory screen

This commit is contained in:
Zeno Rogue
2025-05-04 22:37:00 +02:00
parent 40b06218d9
commit 5a761c43c5
7 changed files with 110 additions and 21 deletions

View File

@@ -5,6 +5,8 @@ void handle_powers(data& d);
void man::act() {
kino();
current_stats = next_stats;
next_stats = base_stats;
auto dat = get_dat();
coyote_time = next_coyote_time; next_coyote_time = 0;