We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb3c26 commit 5d28efcCopy full SHA for 5d28efc
Source/RP0/Leaders/StrategyRP0.cs
@@ -150,7 +150,6 @@ public void PerformActivate(bool useCurrency)
150
Programs.ProgramHandler.Instance.OnLeaderChange();
151
// FIXME add setup cost if we add setup costs to leaders
152
CareerLog.Instance?.AddLeaderEvent(Config.Name, true, 0d);
153
- KACWrapper.KAC.CreateAlarm(KACWrapper.KACAPI.AlarmTypeEnum.Crew, $"Retirement: {ConfigRP0.Title}", DateActivated + LongestDuration);
154
KACWrapper.KAC?.CreateAlarm(KACWrapper.KACAPI.AlarmTypeEnum.Crew, $"Retirement: {ConfigRP0.Title}", DateActivated + LongestDuration);
155
}
156
0 commit comments