Skip to content

Commit 5b7e19f

Browse files
Update Minion.ts
1 parent 71fe1d0 commit 5b7e19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Tank/Projectile/Minion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default class Minion extends Drone implements BarrelBase {
9090
this.minionBarrel = new Barrel(this, MinionBarrelDefinition);
9191
this.ai.movementSpeed = this.ai.aimSpeed = this.baseAccel;
9292

93-
this.arenaMobID = "factorydrone";
93+
this.arenaMobID = "factoryDrone";
9494
}
9595

9696
public get sizeFactor() {

0 commit comments

Comments
 (0)