Skip to content

Commit

Permalink
Made Maxwell World last longer.
Browse files Browse the repository at this point in the history
  • Loading branch information
StereoBucket committed Dec 2, 2024
1 parent 70f38f9 commit 44ca81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSChaos/CFeatureMaxwell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const char* CFeatureMaxwell::GetFeatureName()

double CFeatureMaxwell::GetDuration()
{
return gChaos.GetChaosTime() * 1.15;
return gChaos.GetChaosTime() * 2.0;
}

bool CFeatureMaxwell::UseCustomDuration()
Expand Down

0 comments on commit 44ca81e

Please sign in to comment.