From 0882c03730856746ba0d933e8afeba7863c4edcc Mon Sep 17 00:00:00 2001
From: hexall <hexall90@gmail.com>
Date: Thu, 22 Feb 2018 11:34:41 +0100
Subject: [PATCH] forgot to clean attackReport

---
 src/SecExp/attackHandler.tw | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/SecExp/attackHandler.tw b/src/SecExp/attackHandler.tw
index 41e4571faf9..1b704c89678 100644
--- a/src/SecExp/attackHandler.tw
+++ b/src/SecExp/attackHandler.tw
@@ -212,8 +212,6 @@
 		<<set _enemyMod += 0.2>>
 		<<set $PCWounded = 1>>
 	<</if>>
-	<<set $leaderWounded = 1>>
-	<<set $PCWounded = 1>>
 <<elseif $leadingTroops == "assistant">>
 	<<if $rep < 10000 && $authority < 10000>>
 		<<set _militiaMod -= 0.15>>
-- 
GitLab