fix indents everywhere
This commit is contained in:
@@ -31,8 +31,8 @@ namespace OpenRA.Mods.RA.Activities
|
||||
foreach (var ns in self.TraitsImplementing<INotifySold>())
|
||||
ns.Sold(self);
|
||||
|
||||
if (refund > 0 && self.World.LocalPlayer != null && self.Owner.Stances[self.World.LocalPlayer] == Stance.Ally)
|
||||
self.World.AddFrameEndTask(
|
||||
if (refund > 0 && self.World.LocalPlayer != null && self.Owner.Stances[self.World.LocalPlayer] == Stance.Ally)
|
||||
self.World.AddFrameEndTask(
|
||||
w => w.Add(new CashTick(refund, 30, 2,
|
||||
self.CenterLocation,
|
||||
self.Owner.ColorRamp.GetColor(0))));
|
||||
|
||||
Reference in New Issue
Block a user