diff --git a/1.5/Assemblies/Achtung.dll b/1.5/Assemblies/Achtung.dll
index 50b3bc0..769aec2 100644
Binary files a/1.5/Assemblies/Achtung.dll and b/1.5/Assemblies/Achtung.dll differ
diff --git a/About/About.xml b/About/About.xml
index 4daf194..9d755e3 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -19,7 +19,7 @@
brrainz.achtung
- 3.9.1.0
+ 3.9.2.0
730936602
https://github.com/pardeike/Achtung2
Command your colonists like a boss!
diff --git a/About/Manifest.xml b/About/Manifest.xml
index 0bed6bf..932a8ee 100644
--- a/About/Manifest.xml
+++ b/About/Manifest.xml
@@ -1,7 +1,7 @@
net.pardeike.rimworld.mod.achtung
- 3.9.1.0
+ 3.9.2.0
1.0.0
1.1.0
diff --git a/Directory.Build.props b/Directory.Build.props
index 1375c17..d5f69d3 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
Achtung
Achtung
https://github.com/pardeike/Achtung2
- 3.9.1.0
+ 3.9.2.0
{8BD5A28F-96C4-43B4-907F-600AA0162F84}
diff --git a/Source/Achtung.csproj b/Source/Achtung.csproj
index f591531..d6d2988 100644
--- a/Source/Achtung.csproj
+++ b/Source/Achtung.csproj
@@ -45,7 +45,7 @@
-
+
diff --git a/Source/Tools.cs b/Source/Tools.cs
index 83b84ed..03fe5d5 100644
--- a/Source/Tools.cs
+++ b/Source/Tools.cs
@@ -367,7 +367,7 @@ public static List GetSelectedColonists()
return Find.Selector.SelectedObjects.OfType()
.Where(pawn =>
pawn.drafter != null
- && (pawn.IsColonistPlayerControlled || pawn.IsColonyMechPlayerControlled)
+ && (pawn.IsPlayerControlled)
&& pawn.Downed == false
&& (pawn.jobs?.IsCurrentJobPlayerInterruptible() ?? false))
.Select(pawn => new Colonist(pawn))