Description: When you start as UK in 1939, King George V dies on 31 August 1939. But he should be dead already and George VI is the King.
The event trigger doesn't check if he is alive:
Should be:
Reproduction Steps:
1. Start the game in 1939 as UK.
2. Wait till 31 August.

The event trigger doesn't check if he is alive:
Code:
# King dies
country_event = {
id = britain.16
title = britain.16.t
desc = britain.16.d
picture = GFX_report_event_europe_funeral
trigger = {
tag = ENG
date > 1936.1.19
}
Should be:
Code:
trigger = {
tag = ENG
date > 1936.1.19
has_idea = george_v
}
Reproduction Steps:
1. Start the game in 1939 as UK.
2. Wait till 31 August.
Last edited:
- 1
Upvote
0