1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-17 23:17: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

@@ -356,6 +356,7 @@ void enable() {
set_sval();
init_scales();
gen_powers();
shuffle_all();
hyperpoint aleft = deparabolic13(to_hyper(l_margin_at, yctr));
hyperpoint aright = deparabolic13(to_hyper(r_margin_at, yctr));