Skip to content

Sexual reproduction and Performance improvements - #29

Open
ashirviskas wants to merge 2 commits into
carykh:mainfrom
ashirviskas:improvements
Open

Sexual reproduction and Performance improvements#29
ashirviskas wants to merge 2 commits into
carykh:mainfrom
ashirviskas:improvements

Conversation

@ashirviskas

Copy link
Copy Markdown

No description provided.

@dalfidarkjam

dalfidarkjam commented Jun 28, 2026

Copy link
Copy Markdown

if it's crashes when you press "do a generation" in the file jes_creatures.py find and replace this:
result[big_mut_loc+i] += delta
with this:
_fix = result[big_mut_loc+i] + delta
result[big_mut_loc+i] = _fix[0]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants