From 86cc7a6a0c1f660b936adf5fafaf420eb2a7b51e Mon Sep 17 00:00:00 2001 From: Sotisi <Sotisi@tzi.de> Date: Wed, 13 Dec 2017 14:45:43 +0100 Subject: [PATCH] really stupid fix the second --- 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 c14514c08c2..0259a150dbe 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