Skip to content
Snippets Groups Projects
Commit 4382cc2a authored by brickode's avatar brickode
Browse files

Tweaked farmyard shows earnings

parent 634a7226
No related branches found
No related tags found
1 merge request!7059Farmyard Rework
...@@ -5,9 +5,8 @@ ...@@ -5,9 +5,8 @@
* @returns {number} * @returns {number}
*/ */
App.Facilities.Farmyard.farmShowsIncome = function(slave) { App.Facilities.Farmyard.farmShowsIncome = function(slave) {
// TODO: incorporate farmyardRestraints
let arcology = V.arcologies[0]; let arcology = V.arcologies[0];
let cash = 100; // TODO: this is just a placeholder let cash = 1000; // TODO: will still need tweaking - may adjust rates below more as well
if (!slave) { if (!slave) {
return null; return null;
......
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