In Memoriam - Memorializing those who've passed within the SS13+SS14 community (#39621)

In Memoriam - adds a section to the credits memorializing those who've passed
This commit is contained in:
deathride58
2025-08-13 21:21:36 -04:00
committed by GitHub
parent b8b37f44ac
commit 1e54f4ca5f
3 changed files with 8 additions and 0 deletions

View File

@@ -356,6 +356,7 @@ public sealed partial class CreditsWindow : DefaultWindow
AddSection(Loc.GetString("credits-window-contributors-section-title"), "GitHub.txt");
AddSection(Loc.GetString("credits-window-codebases-section-title"), "SpaceStation13.txt");
AddSection(Loc.GetString("credits-window-original-remake-team-section-title"), "OriginalRemake.txt");
AddSection(Loc.GetString("credits-window-immortals-title"), "Immortals.txt", true);
AddSection(Loc.GetString("credits-window-special-thanks-section-title"), "SpecialThanks.txt", true);
var linkGithub = _cfg.GetCVar(CCVars.InfoLinksGithub);