Description of issue
HoI 4 - Poland focus Commonwealth of Socialist republics can directly annex non-AI country without permission 1.11.4.450e[c4c6]
Game Version
1.11.4.450e
Enabled DLC
Do you have mods enabled?
No
Description
Poland focus Commonwealth of Socialist Republics can directly annex a player-lead baltic country in the same faction before the event to ask for annexation triggers.
Here are parts of the completion reward code:
As you can see, the `annex_country` effect is always triggered regardless of whether they accept it in the event or not. Since this part is merely for displaying the effect of this focus if the target country accepts, I assume that there is a missing `effect_tooltip` effect.
Steps to Reproduce
1. Play as any Baltic country
2. Be in the same faction with communist Poland
3. Wait until Poland completes the focus Commonwealth of Socialist Republics
4. You will be directly annexed, the game ends, then the event asking whether you want to be annexed triggers.
Upload Attachment
File(s) attached
HoI 4 - Poland focus Commonwealth of Socialist republics can directly annex non-AI country without permission 1.11.4.450e[c4c6]
Game Version
1.11.4.450e
Enabled DLC
Do you have mods enabled?
No
Description
Poland focus Commonwealth of Socialist Republics can directly annex a player-lead baltic country in the same faction before the event to ask for annexation triggers.
Here are parts of the completion reward code:
Code:
else_if = {
limit = {
LAT = {
OR = {
is_subject = no
is_subject_of = POL
}
is_in_faction_with = ROOT
}
}
LAT = { country_event = NSB_poland_communist_events.3 } #Asks Latvia if they feel like getting annexed today
custom_effect_tooltip = if_they_accept_tt
annex_country = {
target = LAT
transfer_troops = yes
}
}
As you can see, the `annex_country` effect is always triggered regardless of whether they accept it in the event or not. Since this part is merely for displaying the effect of this focus if the target country accepts, I assume that there is a missing `effect_tooltip` effect.
Steps to Reproduce
1. Play as any Baltic country
2. Be in the same faction with communist Poland
3. Wait until Poland completes the focus Commonwealth of Socialist Republics
4. You will be directly annexed, the game ends, then the event asking whether you want to be annexed triggers.
Upload Attachment
File(s) attached
Attachments
Last edited:
- 1
Upvote
0