Skip to content

Win a War ambition can give the Martial boost multiple times #309

Description

@Arthelorn

Elaborating on an issue that Livia noticed on the discord. Looking at the ambition code myself, I can easily see the problem, too:

https://github.com/ck2plus/CK2Plus/blob/main/CK2Plus/common/objectives/000_CK2Plus_ambitions.txt#L3354C3-L3363C4

if = {
	limit = { has_character_flag = obj_win_a_war }

	prestige = 25
	set_character_flag = obj_win_a_war
}
else = {
	change_martial = 1
	prestige = 50
}

That's the two if blocks starting from line 3354 of that file. The flag that it's looking for to give the lesser reward for finishing the ambition is only set if the character already has it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions