Map Painting #6

This commit is contained in:
Hannah-Dagemark 2024-05-30 12:41:52 +02:00
commit 72c737484a
88 changed files with 405 additions and 152 deletions

View file

@ -48,7 +48,13 @@ def states():
file = open(f"./history/states/{state}-State_{state}.txt", "w")
file.write(content)
file.close()
def localisation():
file = open("./localisation/english/countries_l_english.yml", "a")
file.write(f"\n\n {c_tag}_neutrality:0 \"{c_name}\"\n {c_tag}_neutrality_DEF:0 \"{c_def}\"")
file.close
common()
hist()
states()
states()
localisation()