1.5
This commit is contained in:
parent
c9dd7182aa
commit
acf93ec6df
22 changed files with 320 additions and 261 deletions
|
|
@ -11,7 +11,7 @@ function isDuplicatorFoodSource(item) {
|
|||
return !!item && item.type === "duplicator";
|
||||
}
|
||||
|
||||
const NORMAL_POOP_MEAL_THRESHOLD = 3;
|
||||
const NORMAL_POOP_MEAL_THRESHOLD = 4;
|
||||
|
||||
function normalPoopUnitsFor(foodType = "", amount = 0, options = {}) {
|
||||
const type = String(foodType || "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue