Skip to content

Commit

Permalink
increase autofire duration
Browse files Browse the repository at this point in the history
  • Loading branch information
BahamutoD committed Feb 29, 2016
1 parent 14dc2e2 commit 1557956
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BahaTurret/MissileFire.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2612,7 +2612,7 @@ void StartGuardTurretFiring()
{
weapon.legacyTargetVessel = guardTarget;
weapon.autoFireTimer = Time.time;
weapon.autoFireLength = targetScanInterval / 2;
weapon.autoFireLength = 3 * targetScanInterval / 4;
}
}
}
Expand Down
Binary file modified BahaTurret/bin/Release/BahaTurret.dll
Binary file not shown.
Binary file modified BahaTurret/obj/x86/Release/BahaTurret.dll
Binary file not shown.

0 comments on commit 1557956

Please sign in to comment.