Skip to content

Commit

Permalink
0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
insraq committed Feb 2, 2025
1 parent 173c0b7 commit dd17a0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file added assets/achievements/ThreeLions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/achievements/ThreeLions_.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/marketing/0210_800x450.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/scripts/logic/Achievement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ export function checkRebirthAchievements(extraGP: number, gs: GameState): void {
SteamClient.unlockAchievement("EisernerKanzler");
break;
}
case "English": {
SteamClient.unlockAchievement("ThreeLions");
break;
}
}
}
}

0 comments on commit dd17a0b

Please sign in to comment.