Skip to content
Snippets Groups Projects
Commit 8b2f3725 authored by _no0neman's avatar _no0neman
Browse files

WIP: Gumjob Fetishism, add removal of mastersuite job with teeth

parent d49beec6
No related branches found
No related tags found
No related merge requests found
......@@ -779,6 +779,13 @@ App.EndWeek.slaveAssignmentReport = function() {
removeJob(slave, Job.FUCKTOY);
}
}
case Job.MASTERSUITE:
{
if(V.policies.gumjobFetishism === 1 && slave.teeth != "removable") {
_printSlaveUnassignedNote(slave, "cannot be your fucktoy without being able to give gumjobs");
removeJob(slave, Job.MASTERSUITE);
}
}
}
if (slave.ID === V.LurcherID) {
......
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