1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 11:38:05 +00:00
This commit is contained in:
Zeno Rogue
2019-05-16 16:57:14 +02:00
parent 16a38b7c1b
commit ec621c64d2
3 changed files with 6 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ void initgame() {
setdist(cwt.at, BARLEV, NULL);
if(!use_special_land) {
if(!use_special_land && !safety) {
if(firstland != (princess::challenge ? laPalace : laIce)) cheater++;
}