Rename SelfReloads to AutoReloads

This commit is contained in:
reaperrr
2017-11-12 00:49:15 +01:00
committed by Paul Chote
parent 18c371d702
commit d602ec6485
8 changed files with 14 additions and 15 deletions

View File

@@ -77,7 +77,7 @@ namespace OpenRA.Mods.Common.Traits
bool CanRearm()
{
return ammoPools.Any(x => !x.SelfReloads && !x.FullAmmo());
return ammoPools.Any(x => !x.AutoReloads && !x.FullAmmo());
}
public string VoicePhraseForOrder(Actor self, Order order)