Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/scripted_functions/00_scripted_functions.txt +16 -0
common/scripted_functions/00_scripted_functions.txt CHANGED
@@ -209,4 +209,20 @@ will_demand_annexation = {
209
209
  NOT = { hre_reform_passed = landfriede }
210
210
  }
211
211
  }
212
+ }
213
+
214
+ can_join_hre = {
215
+ condition = {
216
+ tooltip = "PERMANENTLY_LEFT_HRE"
217
+ potential = {
218
+ }
219
+ allow = {
220
+ NOT = {
221
+ has_country_flag = permanently_left_hre_flag
222
+ }
223
+ }
224
+ }
225
+ }
226
+
227
+ can_leave_hre = {
212
228
  }