Fix #3393: Prevent ScaredyCat from reacting to healing

This commit is contained in:
Chris Forbes
2013-06-13 10:02:32 +12:00
parent a9b6a94ade
commit 0a8e47c357

View File

@@ -63,6 +63,7 @@ namespace OpenRA.Mods.RA
public void Damaged(Actor self, AttackInfo e)
{
if (e.Damage > 0)
Panic();
}