One line summary of your issue
Claim Casus Belli (all of them) do not remove claims from the claimant on reverse demand
Game Version
2.8.3.3
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
In the claim cb we have this :
on_reverse_demand_title = {
any_claim = {
remove_claim = ROOT
}
[...]
}
This doesn't seem to work, it should probably be :
on_reverse_demand_title = {
ROOT = { remove_claim = PREV }
[...]
}
likewise in other_claim, invasion, decadence_invasion. It looks correct in claim_all.
Steps to reproduce the issue.
Declare war for a claim (ex: As England in 1337). Surrender. Do not lose claim.
Upload Attachment
Claim Casus Belli (all of them) do not remove claims from the claimant on reverse demand
Game Version
2.8.3.3
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
In the claim cb we have this :
on_reverse_demand_title = {
any_claim = {
remove_claim = ROOT
}
[...]
}
This doesn't seem to work, it should probably be :
on_reverse_demand_title = {
ROOT = { remove_claim = PREV }
[...]
}
likewise in other_claim, invasion, decadence_invasion. It looks correct in claim_all.
Steps to reproduce the issue.
Declare war for a claim (ex: As England in 1337). Surrender. Do not lose claim.
Upload Attachment
Upvote
0