The achievement "the berlin conference" FIX(REDUCE BUG REPORTS)

If you liked this item, please rate it up on Steam Workshop page.

Author: Nicolo

Last revision: 1 Nov, 2022 at 18:02 UTC

File size: 65.54 KB

On Steam Workshop

Description:

CHANGE:
======================================================
the_berlin_conference = {
possible = {
has_variable = the_berlin_conference_ach_possible
}
happened = {
exists = c:GER
this = c:GER
hidden_trigger = {
c:GER = {
any_scope_state = {
OR = {
european_colonies_north_africa = yes
european_colonies_west_africa = yes
european_colonies_nile_basin = yes
european_colonies_central_africa = yes
european_colonies_east_africa = yes
european_colonies_south_africa = yes
}
count = 10
is_incorporated = no
}
}
}
}
}
======================================================
TO:
======================================================
the_berlin_conference = {
possible = {
has_variable = the_berlin_conference_ach_possible
}
happened = {
exists = c:GER
this = c:GER
hidden_trigger = {
c:GER = {
any_scope_state = {
count >= 10
state_in_africa = yes
is_incorporated = no
}
}
}
}
}
======================================================

Its same things

Of couse support achievement
Of couse I am cheat ,Otherwise, I can’t find this bug

By the way,this fix could save you RAM,Because original "the berlin conference" will produce a lot of error reports.