add IgnoresDisguise; support it in AppearsHostileTo / AppearsFriendlyTo
This commit is contained in:
@@ -134,4 +134,7 @@ namespace OpenRA.Mods.RA
|
||||
return order.OrderString == "Disguise" ? "Attack" : null;
|
||||
}
|
||||
}
|
||||
|
||||
class IgnoresDisguiseInfo : TraitInfo<IgnoresDisguise> {}
|
||||
class IgnoresDisguise {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user