mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
Autoplay: skip 'missing princess info' check in euclid
This commit is contained in:
parent
ab7d6c407e
commit
042b95a8bb
@ -252,7 +252,7 @@ bool isAnythingWrong()
|
||||
printf("ERROR: buggy item found\n");
|
||||
return true;
|
||||
}
|
||||
if(isPrincess(c->monst) && princess::getPrincessInfo(c) == nullptr) {
|
||||
if(!euclid && isPrincess(c->monst) && princess::getPrincessInfo(c) == nullptr) {
|
||||
printf("ERROR: missing princess info\n");
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user