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

SCA_Lithuania_Missions Overlord #192

Open
17blue17 opened this issue Oct 16, 2022 · 3 comments
Open

SCA_Lithuania_Missions Overlord #192

17blue17 opened this issue Oct 16, 2022 · 3 comments

Comments

@17blue17
Copy link
Collaborator

owned_by = overlord in province expect country

paradox bug or cwtools fix?????

@maxice8
Copy link
Collaborator

maxice8 commented Oct 16, 2022

https://forum.paradoxplaza.com/forum/threads/eu-iv-steppe-development-is-not-given-to-provinces-of-overlord.1547231/

Reported a while ago, Please include a few lines around for context so we know we are talking about the same line of code.

@17blue17
Copy link
Collaborator Author

ok will do for future.

@maxice8
Copy link
Collaborator

maxice8 commented Nov 1, 2022

The bug is actually very specific, you can use the overlord but you need to be in the country scope, so something like:

every_country = {
	limit = {
		is_subject = yes
	}
	inherit = overlord
}

Works because you are using every_country which is a COUNTRY scope, but for the every_province you change your scope into a PROVINCE scope which cannot use the overlord scope link

So the new scope_link is working very well as intended.

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

2 participants