Skip to content

Commit

Permalink
add improved propagand campaign to forsaken.9003
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-h committed Dec 22, 2023
1 parent e680f1b commit 0d8f87f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions events/wc_events/wc_lordaeron_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1311,9 +1311,18 @@ forsaken.9003 = {
}
}
name = forsaken.9003.opt.c
custom_tooltip = {
text = propaganda_campaign_tooltip
start_religious_propaganda_campaign = yes

if = {
limit = { var:propaganda_campaign ?= flag:cultural }
custom_tooltip = {
text = propaganda_campaign_cultural_and_religious_tooltip
start_cultural_and_religious_propaganda_campaign = yes
}
} else = {
custom_tooltip = {
text = propaganda_campaign_religious_tooltip
start_religious_propaganda_campaign = yes
}
}
}
}
Expand Down

0 comments on commit 0d8f87f

Please sign in to comment.