1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-20 18:59:36 +00:00

auto-generate waOpenPlate in Palace gNormal PURE starting tile

This commit is contained in:
Zeno Rogue 2024-06-21 00:37:01 +02:00
parent 920f4f500b
commit df0061b9f1

View File

@ -362,6 +362,10 @@ EX void initgame() {
makeEmpty(cwt.at);
}
// make the starting point safe in this setting
if(specialland == laPalace && geometry == gNormal && PURE)
cwt.at->wall = waOpenPlate;
if(specialland == laMinefield && closed_or_bounded) {
bfs();
generate_mines();