ClanGenOfficial / clangen

Warrior Cats fan game
https://clangen.io
Other
229 stars 398 forks source link

[CODE] Refactor History class to use itself correctly #2528

Open j-gynn opened 4 days ago

j-gynn commented 4 days ago

Description Currently, most functions in History take a Cat class item to do anything, and then proceed to refer to cat.history to do everything...... which is the History class. Refactor this to correctly use self and all calls to use cat.history.[whatever_we're_calling].