Add CloakTypes to prevent ships from detecting cloaked non-submarine units etc
This commit is contained in:
@@ -14,6 +14,7 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
class DetectCloakedInfo : TraitInfo<DetectCloaked>
|
||||
{
|
||||
public readonly string[] CloakTypes = { "Cloak" };
|
||||
public readonly int Range = 5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user