diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw
index 30ce8b1c8fa223a3050603d117887543232ec6f5..3b8ae930e62418aeb153d2d958a24e1623f06d72 100644
--- a/src/uncategorized/pRivalryActions.tw
+++ b/src/uncategorized/pRivalryActions.tw
@@ -3917,21 +3917,6 @@ You remind yourself that success in this conflict will not be defined by the tra
 <br><<link "Lock your rival down and let your mercs walk right in.">>
 	<<replace "#result">>
 	While you hold your rival's arcology's system under your complete control. $assistantName finally reports to you in <<if $assistant == 0>>its<<else>>her<</if>> normal tones, "Team One reports
-	<<if $PC.hacking < 10 && random(0,100) > 90>>
-		<<set _Success = 1>>
-	<<elseif $PC.hacking >= 100 && random(0,100) > 50>>
-		<<set _Success = 1>>
-	<<elseif $PC.hacking >= 80 && random(0,100) > 55>>
-		<<set _Success = 1>>
-	<<elseif $PC.hacking >= 60 && random(0,100) > 60>>
-		<<set _Success = 1>>
-	<<elseif $PC.hacking >= 40 && random(0,100) > 65>>
-		<<set _Success = 1>>
-	<<elseif $PC.hacking >= 20 && random(0,100) > 75>>
-		<<set _Success = 1>>
-	<<elseif $PC.hacking >= 10 && random(0,100) > 85>>
-		<<set _Success = 1>>
-	<</if>>
 
 		<<switch $rivalryFS>>
 		<<case "Racial Subjugationism">>Racemixer
@@ -3956,10 +3941,10 @@ You remind yourself that success in this conflict will not be defined by the tra
 		<<default>>Target One
 		<</switch>>
 
-		<<if _Success == 1>>
+		<<if random(0,100) > 50>>
 			Bagged and tagged. Confirm, bagged and tagged. No
 			<<set $rivalOwner = -1>>
-		<<elseif _Success == 0>>
+		<<else>>
 			EKIA. Confirm, E. K. I. A. No other
 			<<set $rivalOwner = 0>>
 		<</if>>