Fix documentation about GeneratesShroud to CreatesShroud rename.

This commit is contained in:
Matthias Mailänder
2021-05-07 23:17:14 +02:00
committed by Paul Chote
parent 92b6401360
commit 52a4b5acd7
5 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Range of cells the camera should reveal around target cell.")]
public readonly WDist CameraRange = WDist.Zero;
[Desc("Can the camera reveal shroud generated by the GeneratesShroud trait?")]
[Desc("Can the camera reveal shroud generated by the CreatesShroud trait?")]
public readonly bool RevealGeneratedShroud = true;
[Desc("Reveal cells to players with these relationships only.")]