1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 14:17:10 +00:00

arbiquotient:: preunify error message

This commit is contained in:
Zeno Rogue
2025-10-10 10:17:32 +02:00
parent acbeb9b67e
commit 3b03b1dfcc

View File

@@ -356,6 +356,12 @@ void auto_create(int num) {
}
for(auto p: preunify) {
if(!aq.count(p.at)) {
unifications.clear();
addMessage("preunify outside of the searched region");
return;
}
unifications.emplace_back(cw0, p);
aq.at(p.at).unified_to_start = true;
}