Sfoglia il codice sorgente

Fix same-size swallow estimation

master
Fen Dweller 3 anni fa
parent
commit
eba84eed3b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Vedi File

@@ -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",


Loading…
Annulla
Salva