Skip to content
Snippets Groups Projects
Commit 4b263cfa authored by brickode's avatar brickode
Browse files

Minor bugfix

parent 4f3be63c
No related branches found
No related tags found
1 merge request!7059Farmyard Rework
......@@ -28,7 +28,9 @@ App.SlaveAssignment.workTheFarm = function(slave) {
r.push(sight(slave));
r.push(hearing(slave));
t += V.foodMarket ? `As a result, ${he} produces <span class="chocolate">${massFormat(food)}</span> of food over the week. ` : ``;
if (V.foodMarket) {
r.push(`As a result, ${he} produces <span class="chocolate">${massFormat(food)}</span> of food over the week.`);
}
};
const intro = () => `works as a farmhand this week.`;
......
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