Closed alexb231 closed 4 months ago
Looks good and makes sense, Thanks! 😄
Just as a heads up, in the near future I am going to enforce cargo clippy
and cargo +nightly fmt
for code on the main branch, but not even all of the existing code complies with that yet, so no reason to block this here 👍🏻
Instead of just providing the index of a free slot it sometimes is necessary to know the amount of free slots available, for example when doing barehanded attacks for DailyTasks. Probably a very "hacky" solution..