From 758208728cd132034d330df13dffbb36ecb01938 Mon Sep 17 00:00:00 2001
From: hexall <hexall90.gmail.com>
Date: Sun, 10 Sep 2017 11:30:47 +0200
Subject: [PATCH] fixed missing >

---
 src/uncategorized/saDrugs.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 29f94cc1c2b..f870b309538 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -378,7 +378,7 @@
 	<<elseif $slaves[$i].hormoneBalance <= -25>>
 		$possessive masculine hormonal balance allow the stimulants to act freely.
 		<<set _growth += 0.2>>
-	<<elseif $slaves[$i].hormoneBalance < 25>
+	<<elseif $slaves[$i].hormoneBalance < 25>>
 		$possessive neutral hormonal balance do not hinder the stimulants work.
 	<<elseif $slaves[$i].hormoneBalance < 50>>
 		$possessive feminine hormonal balance restrict the stimulants efficacy.
-- 
GitLab