From 07a804b2efb6f7b14f292acebb5226dd0d176c28 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Wed, 28 Mar 2018 23:25:51 -0400
Subject: [PATCH] Tweak

---
 src/uncategorized/pRivalryActions.tw | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw
index 30ce8b1c8fa..3b8ae930e62 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>>
-- 
GitLab