Skip to content
Snippets Groups Projects
Commit 94ae9b63 authored by i107760's avatar i107760
Browse files

Apply suggestion to src/js/food.js

parent ed5b31a2
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
*/
App.Facilities.Farmyard.foodAmount = function(slave) {
if (!slave) {
return `current slave is not valid. Please report this`;
return `Current slave is not valid. Please report this`;
}
let food = 150; // kg of food produced per week by slave, before upgrades
if (V.farmyardUpgrade.pump === 1) {
......
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