ClanGenOfficial / clangen

Warrior Cats fan game
https://clangen.io
Other
269 stars 481 forks source link

[CLEANUP] Refactoring Cat Class #2979

Closed PoppyBlossom closed 2 weeks ago

PoppyBlossom commented 3 weeks ago

About The Pull Request

I did some pretty standard refactoring to the cat class. Merging if statements, using extend instead of a for loop and append, etc.

Why This Is Good For ClanGen

It makes the code cleaner and more readable.