We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fe1d0 commit 5b7e19fCopy full SHA for 5b7e19f
1 file changed
src/Entity/Tank/Projectile/Minion.ts
@@ -90,7 +90,7 @@ export default class Minion extends Drone implements BarrelBase {
90
this.minionBarrel = new Barrel(this, MinionBarrelDefinition);
91
this.ai.movementSpeed = this.ai.aimSpeed = this.baseAccel;
92
93
- this.arenaMobID = "factorydrone";
+ this.arenaMobID = "factoryDrone";
94
}
95
96
public get sizeFactor() {
0 commit comments