Skip to content

Commit 5d28efc

Browse files
authored
remove extraneous kac alarm
just in case KSP-RO#2569 is never merged
1 parent 3bb3c26 commit 5d28efc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/RP0/Leaders/StrategyRP0.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ public void PerformActivate(bool useCurrency)
150150
Programs.ProgramHandler.Instance.OnLeaderChange();
151151
// FIXME add setup cost if we add setup costs to leaders
152152
CareerLog.Instance?.AddLeaderEvent(Config.Name, true, 0d);
153-
KACWrapper.KAC.CreateAlarm(KACWrapper.KACAPI.AlarmTypeEnum.Crew, $"Retirement: {ConfigRP0.Title}", DateActivated + LongestDuration);
154153
KACWrapper.KAC?.CreateAlarm(KACWrapper.KACAPI.AlarmTypeEnum.Crew, $"Retirement: {ConfigRP0.Title}", DateActivated + LongestDuration);
155154
}
156155
}

0 commit comments

Comments
 (0)