From 17f7ed294dfabbccc3bdd75a824cc3ac242c85d1 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Mon, 25 Feb 2019 23:57:51 -0500
Subject: [PATCH] missing periods

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

diff --git a/src/SecExp/attackReport.tw b/src/SecExp/attackReport.tw
index 5a6ff71c5ec..72e1d536430 100644
--- a/src/SecExp/attackReport.tw
+++ b/src/SecExp/attackReport.tw
@@ -896,9 +896,9 @@
 			<</if>>
 		<</if>>
 		<<if $PC.warfare <= 25 && $PC.warfare > 10>>
-			Your inexperience in military matters has a negative impact on your troops performance and the effectiveness of your battle plan
+			Your inexperience in military matters has a negative impact on your troops performance and the effectiveness of your battle plan.
 		<<elseif $PC.warfare <= 10>>
-			Your ignorance in military matters has a severe negative impact on your troops performance and the effectiveness of your battle plan
+			Your ignorance in military matters has a severe negative impact on your troops performance and the effectiveness of your battle plan.
 		<<elseif $PC.warfare >= 50 && $PC.warfare >= 50>>
 			Your experience in military matters has a positive impact on your troops performance and the effectiveness of your battle plan.
 		<<elseif $PC.warfare >= 75>>
-- 
GitLab