Skip to content

Commit d0d7e79

Browse files
committed
SIS v1.12.2b
1 parent 07ec8d5 commit d0d7e79

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Subject Interaction Suite/common/diplomatic_actions/yMoG_S10_offer_convoy_contribution.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
occ_offer_convoys = {
22
groups= {
33
subject
4+
power_bloc_member
45
}
56

67
requires_approval = no

Subject Interaction Suite/common/script_values/MoG_12_convoys.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ excess_convoy_surplus_percent = {
1414
} # We have currently calculated **usage** as a %
1515
multiply = -1
1616
add = 1 # (1-usage)=[surplus as proportion of total] (which must be >0.3)
17-
18-
add = -0.3 # If result >0, then has enough to give away.
17+
if = {
18+
limit = {
19+
num_diplomatic_pacts = { # Don't double count this requirement when the pact is active
20+
type = occ_offer_convoys
21+
value < 1
22+
}
23+
}
24+
add = -0.3 # If result >0, then has enough to give away.
25+
}
1926
}
2027

2128
after_increase_contribution_percent = {

0 commit comments

Comments
 (0)