Rename remaining Stance references to PlayerRelationship.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenRA.Mods.Common.Effects
|
||||
|
||||
void AddCellsToPlayerShroud(Player p, PPos[] uv)
|
||||
{
|
||||
if (validStances.HasStance(player.RelationshipWith(p)))
|
||||
if (validStances.HasRelationship(player.RelationshipWith(p)))
|
||||
p.Shroud.AddSource(this, sourceType, uv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user