Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
changed purify trigger on ship attack to 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
MgAl2O4 committed Jan 22, 2021
1 parent d5ed4b4 commit eb3229e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SINoCOLO/GameLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ private bool OnScan_ColoCombat(ScannerColoCombat.ScreenData screenData)
return true;

case ScannerColoCombat.ESpecialAction.AttackShip:
if (SPPctUnsafe < 0.7f)
if (SPPctUnsafe < 0.9f)
{
specialIdx = (int)ScannerColoCombat.ESpecialBox.EnterPurify;
actionBox = screenScanner.GetSpecialActionBox(specialIdx);
Expand Down
4 changes: 2 additions & 2 deletions SINoCOLO/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("14.0.0.0")]
[assembly: AssemblyFileVersion("14.0.0.0")]
[assembly: AssemblyVersion("15.0.0.0")]
[assembly: AssemblyFileVersion("15.0.0.0")]

0 comments on commit eb3229e

Please sign in to comment.