mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
removed the buggy Ruby in Yendor
This commit is contained in:
parent
b731796ab4
commit
9529ee6bbb
@ -462,7 +462,7 @@ EX namespace yendor {
|
|||||||
auto& sub_id = expansion.get_descendants(YDIST-i-2, tch);
|
auto& sub_id = expansion.get_descendants(YDIST-i-2, tch);
|
||||||
if(full_id < sub_id) {
|
if(full_id < sub_id) {
|
||||||
if(!split_found && !(full_id_0 < sub_id)) {
|
if(!split_found && !(full_id_0 < sub_id)) {
|
||||||
ycw.at->item = itRuby;
|
// ycw.at->item = itRuby;
|
||||||
split_found = true;
|
split_found = true;
|
||||||
setdist(ycw.at, 6, NULL);
|
setdist(ycw.at, 6, NULL);
|
||||||
auto tt = type_in(expansion, ycw.at, coastvalEdge);
|
auto tt = type_in(expansion, ycw.at, coastvalEdge);
|
||||||
|
Loading…
Reference in New Issue
Block a user