From b3defba154480c4ba5f8fee5c8413edb76d6558f Mon Sep 17 00:00:00 2001
From: Sotisi <Sotisi@tzi.de>
Date: Fri, 8 Dec 2017 09:25:38 +0100
Subject: [PATCH] fixed headgirl bug

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

diff --git a/src/uncategorized/hgApplication.tw b/src/uncategorized/hgApplication.tw
index 36082d18fc5..7ee2287916a 100644
--- a/src/uncategorized/hgApplication.tw
+++ b/src/uncategorized/hgApplication.tw
@@ -50,7 +50,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@.green;i
 	She was used to giving commands and being obeyed in her life before she was a slave, experience she can call on now.
 	<<set _effectiveness += 5>>
 <<else>>
-	<<if $slaves[$i].skillHG >= $masteredXP>>
+	<<if $HeadGirl.skillHG >= $masteredXP>>
 		She is used to giving commands and being obeyed because of her experience being your Head Girl, making her more effective.
 		<<set _effectiveness += 5>>
 	<</if>>
-- 
GitLab