mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
mimics destroyed correctly in the map editor
This commit is contained in:
@@ -1229,7 +1229,7 @@ EX namespace mirror {
|
||||
c->wall == waMirrorWall || c->wall == waPetrifiedBridge;
|
||||
}
|
||||
|
||||
void destroyKilled() {
|
||||
EX void destroyKilled() {
|
||||
int j = 0;
|
||||
for(int i=0; i<isize(mirrors); i++)
|
||||
if(mirrors[i].second.at->monst == moMimic)
|
||||
|
||||
Reference in New Issue
Block a user