Skip to content
Snippets Groups Projects
Commit 23e198f8 authored by brickode's avatar brickode
Browse files

Renamed farmyardShows to farmShowsIncome

parent 8dfc9069
No related branches found
No related tags found
1 merge request!7059Farmyard Rework
......@@ -340,9 +340,9 @@ App.Facilities.Farmyard.farmShowsIncome = function (slave) {
cash *= healthPenalty(slave);
if (slave.intelligence > 50) { // slave is very smart or better
cash *= 1.1;
cash *= 1.4;
} else if (slave.intelligence < -50) { // slave is very slow or less
cash *= 0.8;
cash *= 0.6;
}
if (slave.energy <= 20) { // slave has no sex drive
......
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