mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 20:37:40 +00:00
arb:: tes files with tree data provided work again
This commit is contained in:
@@ -72,7 +72,7 @@ EX bool warped_version(eLand l1, eLand l2) {
|
||||
}
|
||||
|
||||
EX int get_valence(cellwalker bb, int dir, bool& ok) {
|
||||
if(arb::in()) {
|
||||
if(arb::in() && arb::current_or_slided().have_valence) {
|
||||
auto& sh = arb::current_or_slided().shapes[arb::id_of(bb.at->master)];
|
||||
if(bb.mirrored) dir = -dir;
|
||||
if(dir == 1)
|
||||
|
||||
Reference in New Issue
Block a user