Skip to content

Commit

Permalink
Update StrategyRP0.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayell authored Feb 6, 2025
1 parent 0a7d57a commit c33bae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/RP0/Leaders/StrategyRP0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void PerformActivate(bool useCurrency)
isActive = true;
Register();
dateActivated = Planetarium.GetUniversalTime();
KACWrapper.KAC.CreateAlarm(KACWrapper.KACAPI.AlarmTypeEnum.Crew, $"Retirement: {ConfigRP0.Name}", DateActivated + LongestDuration);

// Update ActivatedStrategies to show that this strategy is currently active (and clobber
// the UT it was last deactivated, if any).
Expand Down

0 comments on commit c33bae9

Please sign in to comment.