1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 20:29:17 +00:00

rosephase is now reset to 0 on safety

This commit is contained in:
Zeno Rogue 2021-05-30 10:17:15 +02:00
parent c89bde455d
commit 7edf506152

View File

@ -203,6 +203,7 @@ EX void initgame() {
clearing::direct = 0;
clearing::imputed = 0;
rosephase = 0;
if(firstland == laElementalWall) cwt.at->land = randomElementalLand();