Replace event 83 in hoi2.txt with the following:
Code:
event = {
id = 83
random = no
country = CHI
name = EVT_83_NAME
desc = EVT_83_DESC
picture = "assistance"
style = 0
# Triggered by Soviet event 82
action_a = {
ai_chance = 90
name = EVT_83_ACTA
command = { type = construct which = air_base where = 1360 value = 1 }
command = { type = add_corps which = "Op Zet Exp. Force 1" value = air where = 1360 }
command = { type = add_division which = "Interceptor Force" value = interceptor when = 0 }
command = { type = add_corps which = "Op Zet Exp. Force 2" value = air where = 1360 }
command = { type = add_division which = "Bomber Force" value = tactical_bomber when = 0 }
command = { type = domestic which = defense_lobby value = 1 }
command = { type = relation which = SOV value = 10 }
command = { type = supplies value = 1000 }
command = { type = non_aggression which = SOV where = CHI }
command = { type = wakeleader which = 50377 }
}
action_b = {
ai_chance = 10
name = EVT_83_ACTB
command = { type = domestic which = defense_lobby value = -1 }
}
}
A stupid mistake, really. Sorry again.