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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user