1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 09:13:02 +00:00

update to 9.4k

This commit is contained in:
Zeno Rogue
2017-05-31 18:33:50 +02:00
parent c6397f9df0
commit c2cff957cf
15 changed files with 1759 additions and 173 deletions

View File

@@ -1101,6 +1101,7 @@ namespace mirror {
}
void destroyStray() {
if(geometry == gQuotient2) return;
for(int i=0; i<size(mirrors2); i++) {
cell *c = mirrors2[i];
if(c->cpdist > 7 && isMimic(c)) {