Skip to content

Commit

Permalink
fix AI's vassalage offer being a discussion instead of a deal when se…
Browse files Browse the repository at this point in the history
…nt to human (#11339)

Co-authored-by: azum4roll <[email protected]>
  • Loading branch information
azum4roll and azum4roll authored Oct 24, 2024
1 parent 881f156 commit f929011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31733,7 +31733,7 @@ void CvDiplomacyAI::DoSendStatementToPlayer(PlayerTypes ePlayer, DiploStatementT
if (bHuman)
{
szText = GetDiploStringForMessage(DIPLO_MESSAGE_VASSALAGE_BECOME_VASSAL);
CvDiplomacyRequests::SendDealRequest(GetID(), ePlayer, pDeal, DIPLO_UI_STATE_BLANK_DISCUSSION, szText, LEADERHEAD_ANIM_POSITIVE);
CvDiplomacyRequests::SendDealRequest(GetID(), ePlayer, pDeal, DIPLO_UI_STATE_TRADE_AI_MAKES_OFFER, szText, LEADERHEAD_ANIM_POSITIVE);
}
else
{
Expand Down

0 comments on commit f929011

Please sign in to comment.