Skip to content

Commit

Permalink
Fixed flag generation crash bug
Browse files Browse the repository at this point in the history
-Fixed flag generation crash bug (previous update)
-Tweaked the death of Chiang Kai Shek event
  • Loading branch information
settintotrieste committed Sep 7, 2019
1 parent 686e695 commit 5746a78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CWE/events/China.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,8 @@ country_event = {
prestige = -20
}
}

#Death of Chiang Kai Shek
country_event = {
id = 8002910
title = EVT_8002910_NAME
Expand All @@ -2687,17 +2689,19 @@ country_event = {
fire_only_once = yes

trigger = {
tag = KMT
year = 1975 NOT = { year = 1977 }
OR = { tag = KMT tag = TAI }
year = 1975 NOT = { year = 1990 }
}

mean_time_to_happen = { months = 6 }

option = {
name = EVT_8002910_A
prestige = 10
any_pop = { militancy = -5.0 }
}

}

country_event = {
id = 8002916
title = EVT_8002916_NAME
Expand Down
Binary file modified CWE/gfx/pictures/events/nwo2_death_chiang_kai_shek.tga
Binary file not shown.

0 comments on commit 5746a78

Please sign in to comment.