Add settings variable for mission refresh time

Fix nullptr derefence when starting a mission with a generic agent

Limit missions to one per batch

Add popup box and screenmsg when a mission activates, fails to activates, and expires
This commit is contained in:
rftrdev
2022-10-17 00:33:38 -07:00
parent 2b88fac870
commit 983aa24b1b
4 changed files with 80 additions and 46 deletions
+1
View File
@@ -1843,6 +1843,7 @@ typedef struct
INT16 iFortificationsBonus;
// agent missions
INT8 iMissionRefreshTimeDays;
INT8 iMinLoyaltyForMission;
INT8 iDeepDeploymentSuccessChance;