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

fixup! fixup! Adding bonus for universal slave maxed teacher skill.

parent 49abcee9
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1112School room teacherhistory has an effect and pc gains skills while doing relevant tasks.
...@@ -49,9 +49,11 @@ ...@@ -49,9 +49,11 @@
<</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.
Finish editing this message first!
Please register or to comment