From 526690723b9f25a21e869e0f84eb78aa201d1f29 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sat, 23 Feb 2019 21:36:46 -0500
Subject: [PATCH] attack report fix cap issue

---
 src/SecExp/attackReport.tw | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/SecExp/attackReport.tw b/src/SecExp/attackReport.tw
index bd5cd2981d7..b38b5ebf0f7 100644
--- a/src/SecExp/attackReport.tw
+++ b/src/SecExp/attackReport.tw
@@ -921,6 +921,8 @@
 			<<else>>
 				but they trust you enough to not question your decision<<if $assistantPower == 0>>, however<<else>>, <</if>>
 			<</if>>
+		<<else>>
+			You find
 		<</if>>
 		<<if $assistantPower == 0>>
 			your assistant gives a rather poor field performance, due to the limited computing power available to _himA.
-- 
GitLab