check name for Actor.GrantCondition()
This commit is contained in:
@@ -55,8 +55,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
|
||||
public void GrantLeapCondition(Actor self)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(info.LeapCondition))
|
||||
leapToken = self.GrantCondition(info.LeapCondition);
|
||||
leapToken = self.GrantCondition(info.LeapCondition);
|
||||
}
|
||||
|
||||
public void RevokeLeapCondition(Actor self)
|
||||
|
||||
Reference in New Issue
Block a user