|
Britbot
|
Definition at line 89 of file SimulatedGroup.cs. {
if (this.IsCapturing || this.Owner == Consts.ENEMY)
return (int) this.FirePower - 1;
return (int) this.FirePower;
}
|
1.7.6.1