Skip to content

Commit

Permalink
Fix replacement spies not being able to move (#11000)
Browse files Browse the repository at this point in the history
  • Loading branch information
axatin committed Jun 17, 2024
1 parent e19af7f commit 4abd1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions (2) Vox Populi/Core Files/Overrides/EspionageOverview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@ function RefreshAgents()
agentEntry.AgentLocationActionsPanel:SetHide(false);
agentEntry.AgentActivityPanel:SetHide(false);
agentEntry.AgentKIAPanel:SetHide(true);

agentEntry.RelocateButton:SetHide(false);

agentEntry.AgentLocation:SetText(v.AgentLocation);
agentEntry.AgentLocation:LocalizeAndSetToolTip("TXT_KEY_EO_SPY_NEEDS_ASSIGNMENT_TT");
Expand Down

0 comments on commit 4abd1ba

Please sign in to comment.