Add TargetDamageWarhead

Only deals damage to the actor that was targeted by the carrying
projectile.

Currently only supported by InstantHit projectile.
This commit is contained in:
reaperrr
2017-01-25 18:46:35 +01:00
parent 090c015b27
commit a8f7b0e2de
2 changed files with 63 additions and 0 deletions

View File

@@ -574,6 +574,7 @@
<Compile Include="Warheads\HealthPercentageDamageWarhead.cs" />
<Compile Include="Warheads\LeaveSmudgeWarhead.cs" />
<Compile Include="Warheads\SpreadDamageWarhead.cs" />
<Compile Include="Warheads\TargetDamageWarhead.cs" />
<Compile Include="Warheads\Warhead.cs" />
<Compile Include="Widgets\ActorPreviewWidget.cs" />
<Compile Include="Widgets\ColorMixerWidget.cs" />