Made Effect, Resource and Smudge warheads return 0% effective against actors.

This commit is contained in:
UberWaffe
2014-08-11 22:04:56 +02:00
parent fb2b63c7f8
commit 0ebe1c2c6a
5 changed files with 1 additions and 9 deletions

View File

@@ -60,7 +60,5 @@ namespace OpenRA.Mods.RA
}
}
}
public override float EffectivenessAgainst(ActorInfo ai) { return 1f; }
}
}