Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable clan for preferred heritages #1285

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions common/scripted_triggers/wc_government_triggers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ can_keep_clan_government_trigger = {
OR = {
culture = { has_cultural_pillar = heritage_orcish }
culture = { has_cultural_pillar = heritage_tauren }
culture = { has_cultural_pillar = heritage_gorian }
culture = { has_cultural_pillar = heritage_agamagganic }
culture = { has_cultural_pillar = heritage_zaetaric }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, you should put theses heritage in the governments files too for auto-generated content

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if u mean preferred_heritage in the clan govs file,
it's in there already in grek's branch, this is just adding them to the trigger

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok so

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean a different file O__o

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, if it's on greko branch, it's ok.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Grekopithikos please merge when ready : ]

culture = culture:wildhammer
culture = {
AND = {
Expand Down
Loading