This commit is contained in:
33333-33333 2026-06-30 13:40:36 +09:00
commit ad2cc76429
34 changed files with 616 additions and 365 deletions

View file

@ -103,7 +103,7 @@
function seededGenetics(seed = "") {
if (typeof normalizeGenetics === "function") return normalizeGenetics(null, seed);
return { lifeSpanMul: 1, attackMul: 1, speedMul: 1, sizeMul: 1 };
return { lifeSpanMul: 1, attackMul: 1, speedMul: 1, sizeMul: 1, temperatureOffset: 0 };
}
function seededAdultScale(seed = "", genetics = null) {