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

ru:: rings with shuffled names

This commit is contained in:
Zeno Rogue
2025-05-05 11:30:47 +02:00
parent 129d3bbe89
commit 69b5950792
5 changed files with 118 additions and 25 deletions

View File

@@ -20,6 +20,7 @@ void check_fountains() {
for(auto& p: powers) p.refill();
for(auto& r: rooms) for(auto& e: r.second.entities) e->regenerate();
current_target = nullptr;
shuffle_all();
}
swap(on_fountain, next_on_fountain);
}