edit mode fixes

This commit is contained in:
MaxRobinsonTheGreat
2020-07-22 12:07:27 -06:00
parent c94e137ae4
commit b0292ae0e6
10 changed files with 152 additions and 390 deletions

View File

@@ -145,8 +145,8 @@ class Organism {
this.env.addOrganism(org);
org.updateGrid();
}
this.food_collected -= this.foodNeeded();
}
mutate() {