mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-17 06:35:30 +00:00
Railgun now sets ship as "player"
This commit is contained in:
parent
2cb901f697
commit
cfd14fc3bd
2 changed files with 3 additions and 3 deletions
AutoTrackR2
|
@ -91,9 +91,9 @@
|
||||||
<Resource Include="Fonts\Roboto-Regular.ttf">
|
<Resource Include="Fonts\Roboto-Regular.ttf">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Resource>
|
</Resource>
|
||||||
<EmbeddedResource Include="KillTrackR_MainScript.ps1">
|
<Resource Include="KillTrackR_MainScript.ps1">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</EmbeddedResource>
|
</Resource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -223,7 +223,7 @@ function Read-LogEntry {
|
||||||
$global:loadOut = "AEGS_Idris"
|
$global:loadOut = "AEGS_Idris"
|
||||||
$ship = "AEGS_Idris"
|
$ship = "AEGS_Idris"
|
||||||
}
|
}
|
||||||
if ($damageType -eq "Bullet") {
|
if ($damageType -eq "Bullet" -or $weapon -like "apar_special_ballistic*") {
|
||||||
$ship = "Player"
|
$ship = "Player"
|
||||||
$enemyShip = "Player"
|
$enemyShip = "Player"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue