-
-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monkey mutations #6694
Monkey mutations #6694
Conversation
what is a dwarfism monke? just shortened sprited monke? |
Yeah it just scales them down slightly like in humans |
can't wait to have a hulk monkey ventcrawl into my workplace and kill me instantly i have some balance concerns, but the idea is good |
Hulk is human only |
Missed this PR |
yolo |
About The Pull Request
Makes it so any mob with dna is able to use mutations rather than just humans, right now the only other mobs which have dna are monkeys. Also generally improves genetics code and fixes some runtimes I found while testing.
Why It's Good For The Game
Mutations are stored in the dna so it's a bit weird that only humans can use them, almost all mutations had no reason to be on humans rather than carbons in general so this helps simplify things a bit and makes it much easier to add more mobs which can have mutations in future.
Testing Photographs and Procedure
Screenshots&Videos
Changelog
🆑
add: Anything with dna can get mutations (such as monkeys)
code: Added mobtypes_allowed var to mutations
code: Improvements to genetics code
/:cl: