Add support for superweapon detected sounds.
This commit is contained in:
committed by
reaperrr
parent
c51327c4cc
commit
c9022bcb73
@@ -253,6 +253,7 @@ namespace OpenRA
|
||||
return PlayerRelationship.Neutral;
|
||||
}
|
||||
|
||||
/// <summary> returns true if player is null </summary>
|
||||
public bool IsAlliedWith(Player p)
|
||||
{
|
||||
return RelationshipWith(p) == PlayerRelationship.Ally;
|
||||
|
||||
Reference in New Issue
Block a user