mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-03 04:39:17 +00:00
auto-generate waOpenPlate in Palace gNormal PURE starting tile
This commit is contained in:
parent
920f4f500b
commit
df0061b9f1
@ -362,6 +362,10 @@ EX void initgame() {
|
|||||||
makeEmpty(cwt.at);
|
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) {
|
if(specialland == laMinefield && closed_or_bounded) {
|
||||||
bfs();
|
bfs();
|
||||||
generate_mines();
|
generate_mines();
|
||||||
|
Loading…
Reference in New Issue
Block a user