more bug fix
This commit is contained in:
parent
eb0544cdfb
commit
0a5c80b76e
54 changed files with 353 additions and 265 deletions
|
|
@ -1504,7 +1504,6 @@ VenomousCreatureMovement = {
|
|||
|
||||
RandomReligiousTextName = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
#Original implementation
|
||||
|
|
@ -1523,12 +1522,11 @@ RandomReligiousTextName = {
|
|||
}
|
||||
#The book is of my religion
|
||||
trigger_else = {
|
||||
OR = {
|
||||
location.faith.religion = religion:eastern_orthodox_religion
|
||||
location.faith.religion = religion:catholic_religion
|
||||
location.faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
location.faith.religion = religion:eastern_orthodox_religion
|
||||
location.faith.religion = religion:catholic_religion
|
||||
location.faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = random_religious_text_golden_legend
|
||||
|
|
@ -1723,13 +1721,11 @@ RandomReligiousTextName = {
|
|||
}
|
||||
localization_key = random_religious_text_stories_from_holy_book
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
RandomEntertainmentTextName = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
scope:entertainment_book_title = flag:beowulf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue