mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-19 10:20:39 +00:00
fixed frogging grimoires
This commit is contained in:
@@ -751,7 +751,7 @@ EX bool jumpTo(orbAction a, cell *dest, eItem byWhat, int bonuskill, jumpdata jd
|
|||||||
movecost(from, dest, 2);
|
movecost(from, dest, 2);
|
||||||
from = NULL;
|
from = NULL;
|
||||||
}
|
}
|
||||||
if(cwt.at->item != itOrbYendor && cwt.at->item != itHolyGrail) {
|
if(cwt.at->item != itOrbYendor && cwt.at->item != itHolyGrail && !cantGetGrimoire(cwt.at, true)) {
|
||||||
auto c = collectItem(cwt.at, from, true);
|
auto c = collectItem(cwt.at, from, true);
|
||||||
if(c) {
|
if(c) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user