To get rid of the annoying icon left on the Czech border of forts in a province with none in Doomsday. I changed two things the 5's to 4's so that it would leave one fort level in Usti and Strakonwice.
Does that do anything besides leave one fort level?
Code:
command = { type = leave_alliance }
command = { type = construct which = land_fort where = 466 value = -4 } #Strakonice
command = { type = construct which = land_fort where = 467 value = -5 } #Tabor
command = { type = construct which = land_fort where = 471 value = -4 } #Usti
command = { type = construct which = land_fort where = 472 value = -5 } #Liberec
Does that do anything besides leave one fort level?