diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw
index 9a11a3c8cb51b84ab3eadeb149de285e2795c6d7..e7dbef613a1455f561a137b077787f3c12d833ff 100644
--- a/src/uncategorized/seRaiding.tw
+++ b/src/uncategorized/seRaiding.tw
@@ -48,7 +48,11 @@ Worthy of consideration is that although the $mercenariesTitle will enslave the
 	<<set _origins.push("lawyer")>>
 <</if>>
 <<if $seeDicks != 0>>
-	<<set _origins.push("male military officer")>>
+	<<if $seeDicks == 100>>
+		<<set _origins = ["male military officer", "male military officer", "male military officer"]>> /*todo: add more XY targets so this isn't necessary*/
+	<<else>>
+		<<set _origins.push("male military officer")>>
+	<</if>>
 <</if>>
 
 <<for _ser = 0; _ser < 3; _ser++>>