1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-08 19:56:45 +00:00

patTree now legal in bt

This commit is contained in:
Zeno Rogue 2025-03-27 16:04:35 +01:00
parent bd636a20ba
commit 619dfaa7a9

@ -2707,7 +2707,7 @@ EX namespace linepatterns {
EX ld tree_starter = 0.25;
EX linepattern patTree = linepattern("underlying tree", 0x00d0d000, [] { return trees_known() && mod_allowed(); },
EX linepattern patTree = linepattern("underlying tree", 0x00d0d000, [] { return bt::in() || (trees_known() && mod_allowed()); },
ALLCELLS(
if(is_master(c)) {
int dir = updir(c->master);