Skip to content

Commit

Permalink
Pilsudski death FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolferos committed May 6, 2020
1 parent 1788e1a commit 221deee
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions mod/thegreatwar/events/Interwar_NewsEvents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ news_event = {




# Irish Free State # Open Beta 0.5
#____________________________________________________________
news_event = {
Expand Down Expand Up @@ -543,7 +542,7 @@ news_event = {
#____________________________________________________________


# The Locarno_Treaties # Open Beta 0.5.1 (03/2018)
# The Locarno Treaties # Open Beta 0.5.1 (03/2018)
#____________________________________________________________
news_event = {
id = interwar_news.13
Expand Down Expand Up @@ -664,7 +663,7 @@ news_event = {
}
#____________________________________________________________

# Józef Piłsudski is dead
# Józef Piłsudski is dead # Fixed in Open Beta 0.10.2
#____________________________________________________________
news_event = {
id = interwar_news.16
Expand All @@ -677,15 +676,30 @@ news_event = {

trigger = {
date > 1935.5.11
NOT = { has_global_flag = interwar_jozef_pilsudski_death }
NOT = { has_global_flag = EVENT_hoi4tgw_interwar_jozef_pilsudski_death }
}

mean_time_to_happen = {
days = 2
}

immediate = {
set_global_flag = interwar_jozef_pilsudski_death
hidden_effect = {
POL = {
kill_country_leader = yes

create_country_leader = {
name = "Ignacy Mościcki"
desc = "POLITICS_IGNACY_MOSCICKI_DESC"
picture = "Portrait_Poland_Ignacy_Moscicki.dds"
expire = "1965.1.1"
ideology = oligarchism
traits = {}
}
}
}

set_global_flag = EVENT_hoi4tgw_interwar_jozef_pilsudski_death
}

option = {
Expand All @@ -697,6 +711,7 @@ news_event = {
}
#____________________________________________________________


# Wall Street Bombing # https://en.wikipedia.org/wiki/Wall_Street_bombing
#____________________________________________________________
news_event = {
Expand Down

0 comments on commit 221deee

Please sign in to comment.