Skip to content

Commit

Permalink
Fixed pops not getting correct income share - typo in share calculati…
Browse files Browse the repository at this point in the history
…on SE
  • Loading branch information
sobisonator committed Oct 26, 2022
1 parent a72fa68 commit 34a3284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/scripted_effects/se_SELL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ SELL_calculate_actual_share_of_income = {
value = var:governorship_this_quarter_income_from_$category$
}
change_local_variable = {
name = this_spend_on_$category$
name = this_income_from_$category$
multiply = var:income_share_$category$_$seller$
}
}
Expand Down

0 comments on commit 34a3284

Please sign in to comment.