Skip to content

Commit

Permalink
Revert "fix Carthage luxury yields not scaling"
Browse files Browse the repository at this point in the history
This reverts commit 3b0c5b2.
  • Loading branch information
RecursiveVision committed Jun 29, 2024
1 parent 7896021 commit 9540607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CvGameCoreDLL_Expansion2/CvPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28024,8 +28024,6 @@ void CvPlayer::doInstantYield(InstantYieldType iType, bool bCityFaith, GreatPers
case INSTANT_YIELD_TYPE_LUXURY_RESOURCE_GAIN:
{
iValue = iPassYield * GetPlayerTraits()->GetYieldFromLuxuryResourceGain(eYield);
if (bEraScale)
iValue *= iEra;
break;
}
}
Expand Down

0 comments on commit 9540607

Please sign in to comment.