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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user