Indentation and misc cleanup

This commit is contained in:
Bobblybook
2024-10-01 18:27:06 +10:00
parent 94ebe5874a
commit b59c87871f
4 changed files with 28 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
float PrinceKelesethMultiplier::GetValue(Action* action)
{
Unit* boss = AI_VALUE2(Unit*, "find target", "prince keleseth");
Unit* boss = AI_VALUE2(Unit*, "find target", "prince keleseth");
if (!boss)
{
return 1.0f;
@@ -15,7 +15,7 @@ float PrinceKelesethMultiplier::GetValue(Action* action)
{
return 0.0f;
}
return 1.0f;
return 1.0f;
}
float SkarvaldAndDalronnMultiplier::GetValue(Action* action)
{