Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/revolt_triggers/00_revolt_triggers.txt +16 -0
common/revolt_triggers/00_revolt_triggers.txt CHANGED
@@ -422,4 +422,20 @@ MGE = {
422
422
  # Sultanate of Rum
423
423
  RUM = {
424
424
  always = no
425
+ }
426
+
427
+ #Austria-Hungary
428
+ AUH = {
429
+ OR = {
430
+ is_core = AUH
431
+ exists = AUH
432
+ }
433
+ }
434
+
435
+ HAB = {
436
+ NOT = { exists = AUH }
437
+ }
438
+
439
+ HUN = {
440
+ NOT = { exists = AUH }
425
441
  }