Fix #3393: Prevent ScaredyCat from reacting to healing
This commit is contained in:
@@ -63,6 +63,7 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
public void Damaged(Actor self, AttackInfo e)
|
||||
{
|
||||
if (e.Damage > 0)
|
||||
Panic();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user