From 7f5141c33817df4935e8f272b893334d3fa082cc Mon Sep 17 00:00:00 2001 From: Curtis Shmyr Date: Mon, 22 Oct 2012 18:26:42 -0600 Subject: [PATCH] #2447 - Disguised spies are now hidden under GPS --- OpenRA.Mods.RA/Effects/GpsDot.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.RA/Effects/GpsDot.cs b/OpenRA.Mods.RA/Effects/GpsDot.cs index fdce097bcc..062f42ae41 100644 --- a/OpenRA.Mods.RA/Effects/GpsDot.cs +++ b/OpenRA.Mods.RA/Effects/GpsDot.cs @@ -59,6 +59,7 @@ namespace OpenRA.Mods.RA.Effects && (watcher.Granted || watcher.GrantedAllies) && !self.Trait().IsVisible(self) && (!self.HasTrait() || !self.Trait().Cloaked) + && (!self.HasTrait() || !self.Trait().Disguised) ) { show = true;