diff --git a/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs b/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs index 358c437a3f..40a3939d2b 100644 --- a/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs +++ b/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs @@ -190,7 +190,7 @@ namespace Content.Server.Corvax.StationGoal public string FormatStringToGoalContent(string content, string station) { - var dateString = DateTime.Now.AddYears(1000).ToString("dd.MM.yyyy"); + var dateString = DateTime.Now.AddYears(172).ToString("dd.MM.yyyy"); var toReplace = new Dictionary();