X2CommunityCore / X2CommunityHighlander

MIT License
7 stars 3 forks source link

TacticalGameplayTags for MissionSchedules don't have an effect #268

Open robojumper opened 7 years ago

robojumper commented 7 years ago

XComTacticalMissionManager.ValidateMissionSchedule fails to fetch XComHQ from the history because History = `XCOMHISTORY; is in an if block that is not reached unless in TQL.

This causes it to completely ignore TacticalGameplayTags there. Easy fix, move History =XCOMHISTORY;` out of the if block.