Better-Politics-Mod / Better-Politics-Mod-Vic-3

A mod for the strategy game Victoria 3 that expands political mechanics, introducing more interest groups and interest group splits.
44 stars 24 forks source link

Namespace issue: typo with bpm_clear_stubbornness #167

Closed 42nevin closed 1 month ago

42nevin commented 1 month ago

I found this typo during a play in combination with Economic & Financial mod, whose variables get cleared at the end of each month.

Solution: Change bpm_clear_stubborness_utils.3 to bpm_clear_stubbornness_utils.3 in https://github.com/Better-Politics-Mod/Better-Politics-Mod-Vic-3/blob/main/better-politics-mod/events/bpm_ig_utils/bpm_clear_stubborness.txt and https://github.com/Better-Politics-Mod/Better-Politics-Mod-Vic-3/blob/main/better-politics-mod/common/on_actions/BPM_code_on_actions.txt

xxxAnn commented 1 month ago

Fixed by 73f1197