Remove bitrotted WeaponInfo.Charges
There is no logic attached anymore (or never was).
This commit is contained in:
@@ -46,8 +46,6 @@ namespace OpenRA.GameRules
|
||||
[Desc("Number of shots in a single ammo magazine.")]
|
||||
public readonly int Burst = 1;
|
||||
|
||||
public readonly bool Charges = false;
|
||||
|
||||
[Desc("What types of targets are affected.")]
|
||||
public readonly HashSet<string> ValidTargets = new HashSet<string> { "Ground", "Water" };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user