Fixed issues relating to gift codes with profile modifications
Updated enums to match client formatting and ids Added `SkillClass` enum #368
This commit is contained in:
@@ -648,7 +648,7 @@ public class RepeatableQuestController(
|
||||
/// <returns>True if unlocked</returns>
|
||||
protected bool PlayerHasDailyScavQuestsUnlocked(PmcData pmcData)
|
||||
{
|
||||
return pmcData?.Hideout?.Areas?.FirstOrDefault(hideoutArea => hideoutArea.Type == HideoutAreas.INTEL_CENTER)
|
||||
return pmcData?.Hideout?.Areas?.FirstOrDefault(hideoutArea => hideoutArea.Type == HideoutAreas.IntelligenceCenter)
|
||||
?.Level >=
|
||||
1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user