From eba84eed3bab6dd8759787d4b6a8c4803bf1d11c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 26 Mar 2022 18:45:37 -0400 Subject: [PATCH] Fix same-size swallow estimation --- macrovision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.js b/macrovision.js index 1decaf51..95495a87 100644 --- a/macrovision.js +++ b/macrovision.js @@ -1708,7 +1708,7 @@ function makeEntity(info, views, sizes, forms = {}) { switch(config.autoSwallowSize) { case "casual": size = math.unit(20, "mL"); break; case "big-swallow": size = math.unit(50, "mL"); break; - case "same-size-predator": size = math.unit(1, "person"); break; + case "same-size-predator": size = math.unit(1, "people"); break; } view.attributes.swallowSize = { name: "Swallow Size",