mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-03 20:34:04 +00:00
patTree now legal in bt
This commit is contained in:
parent
bd636a20ba
commit
619dfaa7a9
@ -2707,7 +2707,7 @@ EX namespace linepatterns {
|
|||||||
|
|
||||||
EX ld tree_starter = 0.25;
|
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(
|
ALLCELLS(
|
||||||
if(is_master(c)) {
|
if(is_master(c)) {
|
||||||
int dir = updir(c->master);
|
int dir = updir(c->master);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user