Skip to content

Commit

Permalink
fix(countries): spain not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiaudioTT committed Jul 1, 2024
1 parent 6350114 commit ee89a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added assets/initialCountries/specialCaseFlags/spr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/discordRPC/countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ def getCountry(country: str) -> Country:
"D##" : ("Civil War Country", DEFAULT_LARGE_IMAGE),

# handling the special cases
# Idk why they have more tags, since the game only uses the first one. But I'll add them anyway.
"SOV" : ("Soviet Union", "sov"),
"ITA" : ("Italy", "ita"),
"SPA" : ("Spain", "spa"),
"SPD" : ("Spain", "spd"),
"SPR" : ("Spain", "spr"),
"SPA" : ("Nationalist Spain", "spa"),
"SPD" : ("Republican Spain", "spd"),
"BUL" : ("Bulgaria", "bul"),
"FRA" : ("France", "fra"),
"VIC" : ("France", "vic"), # wheres free france?
Expand Down

0 comments on commit ee89a7d

Please sign in to comment.