Wolfrite-CK3 / Easier-Realm-Management

MIT License
1 stars 6 forks source link

any_in_list is not a check to see if there is anything in the list #1

Closed Ernie0013 closed 3 years ago

Ernie0013 commented 3 years ago

https://github.com/WolfDKs-CK3-Modding/Easier-Culture-Religion-Spread/blob/0c698290adc06f02d71801d1b26b3a32805905cc/events/auto_council_events.txt#L56-L60 I'd change the above to this:

limit = { 
    list_size = {
        name = heathens
        value > 0
    }
}
andr9528 commented 3 years ago

Noted. It seems to work with the use of any_in_list, but checking the count is a way to be 100% sure, so I will implement that change.

andr9528 commented 3 years ago

as noted by the commit, this has been implemented.