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

on_post_birth effect doesn't work for Bretons. #13

Open
Nendur opened this issue Sep 14, 2021 · 0 comments
Open

on_post_birth effect doesn't work for Bretons. #13

Nendur opened this issue Sep 14, 2021 · 0 comments

Comments

@Nendur
Copy link

Nendur commented Sep 14, 2021

In 01_ek_on_actions.txt, the on_post_birth effect detects Bretons using celticgfx instead of frankishgfx.
A simple and flexible replacement for the fixed cultures would be:

         	random_list = {
			40 = { #Father's race
				true_father_even_if_dead = {
					gfx_culture_scope = {
						ROOT = {
							set_graphical_culture = PREV
						}
					}
				}
			}
			60 = { #Mother's race
				mother_even_if_dead = {
					gfx_culture_scope = {
						ROOT = {
							set_graphical_culture = PREV
						}
					}
				}
			}
		}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant