Remove references to buildings from infiltration Descs.

This commit is contained in:
Paul Chote
2018-11-25 10:03:49 +00:00
committed by Oliver Brakmann
parent 7ddcc2e958
commit 26363e5811
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Cnc.Traits
{
[Desc("This structure can be infiltrated causing funds to be stolen.")]
[Desc("Funds are transferred from the owner to the infiltrator.")]
class InfiltrateForCashInfo : ITraitInfo
{
public readonly BitSet<TargetableType> Types;