From 7edf50615284d8878fa69091fb5645b7e5ebba9d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 30 May 2021 10:17:15 +0200 Subject: [PATCH] rosephase is now reset to 0 on safety --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index ad8a6847..dff1909f 100644 --- a/system.cpp +++ b/system.cpp @@ -203,6 +203,7 @@ EX void initgame() { clearing::direct = 0; clearing::imputed = 0; + rosephase = 0; if(firstland == laElementalWall) cwt.at->land = randomElementalLand();