Skip to content
Snippets Groups Projects
Commit 4b4c269c authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix underperforming slaves list

parent 4b91ce2e
No related branches found
No related tags found
1 merge request!6213Fix underperforming slaves list
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
getBestSlavesIndices( getBestSlavesIndices(
{ {
part:(slave) => (slave.lastWeeksCashIncome - getSlaveCost(slave)), part:(slave) => (slave.lastWeeksCashIncome - getSlaveCost(slave)),
largest: false,
count: 7, count: 7,
filter:(slave) => ( filter:(slave) => (
["be confined in the arcade", "get milked", "whore", "work a glory hole", "work in the brothel", "work in the dairy"].includes(slave.assignment) ["be confined in the arcade", "get milked", "whore", "work a glory hole", "work in the brothel", "work in the dairy"].includes(slave.assignment)
......
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