added extra mover food cost

This commit is contained in:
MaxRobinsonTheGreat
2021-12-19 11:23:02 -06:00
parent 33d62934e7
commit 4706ee9abf
4 changed files with 12 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ const Hyperparams = {
this.lookRange = 20;
this.foodDropProb = 0;
this.extraMoverFoodCost = 0;
},
loadJsonObj(obj) {