mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 01:37:04 +00:00
fixed the Recall Yendor Challenge
This commit is contained in:
parent
8672720773
commit
2805c6308c
@ -595,7 +595,8 @@ EX namespace yendor {
|
||||
makeEmpty(c2);
|
||||
c2->item = itOrbYendor;
|
||||
nexttostart = laNone;
|
||||
if(clev().flags & YF_RECALL) recallCell = cwt.at;
|
||||
if(clev().flags & YF_RECALL)
|
||||
saveRecall(cwt);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user