Skip to content

Commit

Permalink
Test for National Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Dec 29, 2023
1 parent 25e202c commit 1b5bcdd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions common/scripted_guis/MR_composer_sguis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ mr_invite_composer_button = {
country_rank >= rank_value:major_power
}
}

#National Composer
trigger_if = {
limit = {
scope:chosen_composer = { has_trait = elgar_national_composer }
}
scope:chosen_composer = {
culture = {
shares_non_heritage_trait_with_any_primary_culture = root
}
}
}
}
effect = {
custom_tooltip = {
Expand Down

0 comments on commit 1b5bcdd

Please sign in to comment.