Try that again
This commit is contained in:
@@ -50,8 +50,7 @@ namespace OpenRA.Traits
|
|||||||
foreach(var a in self.World.Queries.OwnedBy[self.Owner])
|
foreach(var a in self.World.Queries.OwnedBy[self.Owner])
|
||||||
a.InflictDamage(a,a.Health,null);
|
a.InflictDamage(a,a.Health,null);
|
||||||
|
|
||||||
// Hack
|
self.Owner.Shroud.Disabled = true;
|
||||||
self.World.SetLocalPlayer(-1);
|
|
||||||
}
|
}
|
||||||
HasLost = hasLost;
|
HasLost = hasLost;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user