From 4abd1ba1beef2f066ac095706cbc453db67e461c Mon Sep 17 00:00:00 2001 From: axatin <95587882+axatin@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:12:08 +0200 Subject: [PATCH] Fix replacement spies not being able to move (#11000) --- (2) Vox Populi/Core Files/Overrides/EspionageOverview.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/(2) Vox Populi/Core Files/Overrides/EspionageOverview.lua b/(2) Vox Populi/Core Files/Overrides/EspionageOverview.lua index 464a64505e..8196cf6b35 100644 --- a/(2) Vox Populi/Core Files/Overrides/EspionageOverview.lua +++ b/(2) Vox Populi/Core Files/Overrides/EspionageOverview.lua @@ -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");