Skip to content
Snippets Groups Projects
Commit 49abcee9 authored by j's avatar j
Browse files

fixup! Adding bonus for universal slave maxed teacher skill.

parent 79736e7b
No related branches found
No related tags found
No related merge requests found
...@@ -49,11 +49,9 @@ ...@@ -49,11 +49,9 @@
<</if>> <</if>>
<<if setup.schoolteacherCareers.includes($Schoolteacher.career)>> <<if setup.schoolteacherCareers.includes($Schoolteacher.career)>>
She has experience with students and learning from her life before she was a slave, making her more effective. She has experience with students and learning from her life before she was a slave, making her more effective.
<<set _idleBonus++>>
<<else>> <<else>>
<<if $slaves[_FLs].skillTE >= $masteredXP>> <<if $slaves[_FLs].skillTE >= $masteredXP>>
She has experience with students and learning from working for you, making her more effective. She has experience with students and learning from working for you, making her more effective.
<<set _idleBonus++>>
<</if>> <</if>>
<<set $slaves[_FLs].skillTE += random(1,($slaves[_FLs].intelligence+4)*2)>> <<set $slaves[_FLs].skillTE += random(1,($slaves[_FLs].intelligence+4)*2)>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment