Closed catter1 closed 1 month ago
Oh rip, Sheepe had also added Armadillos in #1039
Note: #1039 also adds the Armadillos to the animal pool. This was done after I had done the change myself (but before I made the PR). For merging, feel free to scrap my commit on that specific part, or maybe selectively merge just the names.
FYI: in the future you should use a separate branch than master
, so you can create multiple PRs without constantly resetting your own master branch
Yeah, just realized that mistake 😅 Will be doing that for the next PRs
I reverted the armadillo addition, hopefully to help deal with the merge conflict, and to give #1039 full control on the names
Should be fixed now with c59ee31, at least with my own testing
Variants
Wolf variants are now supported. When a wolf is picked, one of the 9 varaints are chosen at random. This is done by creating a custom
init_wolf
function that is a duplicate ofinit_animal
, but adds the random selection. This could be simplified by using macros, but I felt more comfortable with this implementation for now.As an extra note: Currently the wolf variants are hardcoded in the
generate.py
. Can easily be moved to a csv if needed.Changelog Checklist
Add armadillo to animal pool