diff --git a/src/endWeek/saNanny.js b/src/endWeek/saNanny.js index 7e964661debfa056a50380eade5cd9be02ba5200..488a564d75d54762e1db19658228b1432415f75a 100644 --- a/src/endWeek/saNanny.js +++ b/src/endWeek/saNanny.js @@ -160,6 +160,7 @@ window.saNanny = function saNanny(slave) { t += ` and talented tongue`; } t += `. `; + /* TODO: farmer is often not set and makes no sense here. What should this be? LCD. if (slave.devotion < V.FarmerDevotionThreshold) { slave.devotion += V.FarmerDevotionBonus; } @@ -168,7 +169,7 @@ window.saNanny = function saNanny(slave) { } if (slave.health < 100) { slave.health += V.FarmerHealthBonus; - } + }*/ } return t;