aa
This commit is contained in:
parent
f941200504
commit
ad2cc76429
34 changed files with 616 additions and 365 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue