Fix the description of ReturnToOrigin in Chronoshiftable.cs

This commit is contained in:
abcdefg30
2015-11-22 21:52:23 +01:00
parent 2f82b22ca1
commit 921d3b9278

View File

@@ -23,7 +23,7 @@ namespace OpenRA.Mods.RA.Traits
public readonly bool ExplodeInstead = false;
public readonly string ChronoshiftSound = "chrono2.aud";
[Desc("Should the actor return to its location after the chronoshift weared out?.")]
[Desc("Should the actor return to its previous location after the chronoshift weared out?")]
public readonly bool ReturnToOrigin = true;
[Desc("The color the bar of the 'return-to-origin' logic has.")]