1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 01:58:06 +00:00

mimics destroyed correctly in the map editor

This commit is contained in:
Zeno Rogue
2021-09-30 13:16:22 +02:00
parent 7e57852788
commit b88ec8550e
2 changed files with 3 additions and 1 deletions

View File

@@ -1349,6 +1349,8 @@ EX namespace mapeditor {
if(isDie(c->monst)) {
if(!dice::generate_random(c)) c->monst = moNone;
}
mirror::destroyKilled();
break;
}
case 1: {