This commit is contained in:
aozhiwei 2021-04-07 16:29:40 +08:00
parent 0a4663c9a0
commit 5c5f1a49b5

View File

@ -311,6 +311,8 @@ void RoomObstacle::SpecExplosion()
}
}
if (explosion_times_ >= meta->i->explosion_times()) {
Die(room);
BroadcastFullState(room);
room->xtimer.DeleteTimer(room->xtimer.GetRunningTimer());
}
}