Skip to content

Commit

Permalink
Revert "Merge pull request #15 from InvalidArgument3/my-face-when-no-…
Browse files Browse the repository at this point in the history
…face"

This reverts commit 2735c75, reversing
changes made to c11ce1d.
  • Loading branch information
InvalidArgument3 committed Apr 17, 2024
1 parent 2735c75 commit b45039e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Scripts/DefenseShields/ShieldLogic/ShieldChargeMgr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class DefenseShields
internal class ShieldChargeMgr
{
internal const float ConvToWatts = 0.01f;
private const uint SideDownInterval = 1;
private const uint SideDownInterval = 900;

internal readonly RunningAverageCalculator NormalAverage = new RunningAverageCalculator(1800);

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion DSStarcore.sln → DefenseShields-StarCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSStarcore", "DSStarcore.csproj", "{771CFBEA-9E09-45B8-9360-35C01B0459B8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DefenseShields-StarCore", "DefenseShields-StarCore.csproj", "{771CFBEA-9E09-45B8-9360-35C01B0459B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit b45039e

Please sign in to comment.