Closed Makkkkus closed 3 years ago
Hi @Makkkkus Thanks for reporting the issue. Could you please provide a snippet that contains meta_effect and triggered the issue? I checked official document of meta_effect but didn't find anything that breaks the parser.
Okay, here it is:
completion_reward = {
hidden_effect = {
meta_effect = {
text = {
set_country_flag = [META_SET_RULING_PARTY]
}
META_SET_RULING_PARTY = "[meta_set_ruling_leader]"
}
}
}
Fixed in v0.4.7.
Describe the bug When opening a focus tree with a meta_effect, the extension fails to load the tree.
To Reproduce Steps to reproduce the behavior:
Expected behavior The focus tree works in the game, and I therefore think that it should load. This can easily be fixed by ignoring meta_effects.
Screenshots
Desktop (please complete the following information):
Console Logs
Thank you!