Skip to content
Snippets Groups Projects
Commit 41fac282 authored by Sotisi's avatar Sotisi
Browse files

really stupid fix.

parent 54f34e85
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1138Random fixes
...@@ -160,7 +160,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@.green;i ...@@ -160,7 +160,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@.green;i
<<if $HGtraining == "obedience">> <<if $HGtraining == "obedience">>
<<set _effectiveness -= $activeSlave.intelligence*15>> <<set _effectiveness -= $activeSlave.intelligence*15>>
<<if _effectiveness > 0>> <<if _effectiveness == 0>>
She fails at training $activeSlave.slaveName because she is too intelligent. She fails at training $activeSlave.slaveName because she is too intelligent.
<<else>> <<else>>
<<set $activeSlave.devotion += Math.ceil(_effectiveness/4)>> <<set $activeSlave.devotion += Math.ceil(_effectiveness/4)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment