Skip to content
Snippets Groups Projects
Commit 35ee0d12 authored by Pregmodder's avatar Pregmodder
Browse files

notes

parent 9e20ca0a
No related branches found
No related tags found
2 merge requests!2139pregmod v1024-15,!2047RA rework
......@@ -2,6 +2,13 @@
0.10.7.1-0.3.x
6/10/2018
15
-several bugs fixed
-bunch of typos and grammer quirks sorted out
-SFanon's whoring, entertainment and serving career skills
6/08/2018
14
......
......@@ -1923,7 +1923,7 @@ window.getCost = function(array) {
if(slave.assignment === Job.SERVANT) {
costs -= rulesCost;
}
if(setup.servantCareers.includes(slave.career)) {
if(setup.servantCareers.includes(slave.career) || slave.skillS >= State.variables.masteredXP) {
costs -= rulesCost;
}
}
......
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