mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
Autoplay: skip 'missing princess info' check in euclid
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user