mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
fixed the Princess Challenge
This commit is contained in:
parent
5f2c39a599
commit
923f4522c3
@ -1643,7 +1643,7 @@ EX void build_horocycles(cell *c, cell *from) {
|
|||||||
|
|
||||||
if(!ls::any_order() && !ls::single()) return;
|
if(!ls::any_order() && !ls::single()) return;
|
||||||
|
|
||||||
if(ls::single() && !among(specialland, laTemple, laMountain, laClearing, laStorms, laWhirlpool, laCaribbean, laCanvas, laPrincessQuest, laCamelot))
|
if(ls::single() && !among(specialland, laTemple, laMountain, laClearing, laStorms, laWhirlpool, laCaribbean, laCanvas, laPalace, laPrincessQuest, laCamelot))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// buildbigstuff
|
// buildbigstuff
|
||||||
|
Loading…
Reference in New Issue
Block a user