1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

removed the buggy Ruby in Yendor

This commit is contained in:
Zeno Rogue 2019-11-22 23:10:36 +01:00
parent b731796ab4
commit 9529ee6bbb

View File

@ -462,7 +462,7 @@ EX namespace yendor {
auto& sub_id = expansion.get_descendants(YDIST-i-2, tch);
if(full_id < sub_id) {
if(!split_found && !(full_id_0 < sub_id)) {
ycw.at->item = itRuby;
// ycw.at->item = itRuby;
split_found = true;
setdist(ycw.at, 6, NULL);
auto tt = type_in(expansion, ycw.at, coastvalEdge);