From 923f4522c3d1c861efbeacce6b878cfa0062c37a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 25 Apr 2021 11:30:34 +0200 Subject: [PATCH] fixed the Princess Challenge --- bigstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index b410d6fc..4946021c 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -1643,7 +1643,7 @@ EX void build_horocycles(cell *c, cell *from) { 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; // buildbigstuff