From 41fac282b441a8505b11ffa6ff5b9d14aa4e61df Mon Sep 17 00:00:00 2001 From: Sotisi <Sotisi@tzi.de> Date: Wed, 13 Dec 2017 14:38:45 +0100 Subject: [PATCH] really stupid fix. --- 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 5ed966265a8..c14514c08c2 100644 --- a/src/uncategorized/hgApplication.tw +++ b/src/uncategorized/hgApplication.tw @@ -160,7 +160,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@.green;i <<if $HGtraining == "obedience">> <<set _effectiveness -= $activeSlave.intelligence*15>> -<<if _effectiveness > 0>> +<<if _effectiveness == 0>> She fails at training $activeSlave.slaveName because she is too intelligent. <<else>> <<set $activeSlave.devotion += Math.ceil(_effectiveness/4)>> -- GitLab