You wanna buy an amethyst
This commit is contained in:
parent
dd73548da0
commit
233c06eda2
12 changed files with 7731 additions and 32 deletions
|
|
@ -712,7 +712,33 @@ ask_western_help_decision = {
|
|||
NOT = { var:asked_for_help_by = root }
|
||||
}
|
||||
}
|
||||
religion:christianity_religion = {
|
||||
religion:eastern_orthodox_religion = {
|
||||
any_faith = {
|
||||
has_doctrine_parameter = great_holy_wars_active
|
||||
religious_head ?= {
|
||||
trigger_if = {
|
||||
limit = {
|
||||
has_variable = asked_for_help_by
|
||||
}
|
||||
NOT = { var:asked_for_help_by = root }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
religion:catholic_religion = {
|
||||
any_faith = {
|
||||
has_doctrine_parameter = great_holy_wars_active
|
||||
religious_head ?= {
|
||||
trigger_if = {
|
||||
limit = {
|
||||
has_variable = asked_for_help_by
|
||||
}
|
||||
NOT = { var:asked_for_help_by = root }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
religion:protestant_religion = {
|
||||
any_faith = {
|
||||
has_doctrine_parameter = great_holy_wars_active
|
||||
religious_head ?= {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue