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:
@@ -1349,6 +1349,8 @@ EX namespace mapeditor {
|
||||
if(isDie(c->monst)) {
|
||||
if(!dice::generate_random(c)) c->monst = moNone;
|
||||
}
|
||||
|
||||
mirror::destroyKilled();
|
||||
break;
|
||||
}
|
||||
case 1: {
|
||||
|
||||
Reference in New Issue
Block a user