found a bug in Sarah passive gain
<<if $Sarah.doublefoodBonus is gt 1>>. Should be
if $Sarah.doublefoodBonus gt 1. It's causing it to throw an error
There's also a bug in end of week. There's an if statement that end with a <</if instead of <</if>>