mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-05 18:15: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">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<EmbeddedResource Include="KillTrackR_MainScript.ps1">
|
||||
<Resource Include="KillTrackR_MainScript.ps1">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -223,7 +223,7 @@ function Read-LogEntry {
|
|||
$global:loadOut = "AEGS_Idris"
|
||||
$ship = "AEGS_Idris"
|
||||
}
|
||||
if ($damageType -eq "Bullet") {
|
||||
if ($damageType -eq "Bullet" -or $weapon -like "apar_special_ballistic*") {
|
||||
$ship = "Player"
|
||||
$enemyShip = "Player"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue