Skip to content

Commit

Permalink
Критерий маточной площадки
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Mar 15, 2024
1 parent 8192a5d commit 7ac3156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explication_blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ expl_func_blocks = {
if (bar == 'gate')
return false;
var nt = t['natural'];
if (nt != 'wood' && nt != 'scrub' && nt != 'tree_row' && nt != 'tree' && bar != 'hedge')
if (!ref_start && nt != 'wood' && nt != 'scrub' && nt != 'tree_row' && nt != 'tree' && bar != 'hedge')
return false;
return true;
},
Expand Down

0 comments on commit 7ac3156

Please sign in to comment.