We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff66dd commit 46305a6Copy full SHA for 46305a6
1 file changed
src/Entity/Boss/AbstractBoss.ts
@@ -163,9 +163,6 @@ export default class AbstractBoss extends LivingEntity {
163
* Will set game.arena.boss to null, so that the next boss can spawn
164
*/
165
public onDeath(killer: LivingEntity) {
166
- // Reset arena.boss
167
- if (this.game.arena.boss === this) this.game.arena.boss = null;
168
-
169
let killerName: string;
170
171
if (TankBody.isTank(killer)) {
0 commit comments