You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Set to the index in the cooldown array (see below) that represents// the current cooldown duration for this Kitty. This starts at zero// for gen0 cats, and is initialized to floor(generation/2) for others.// Incremented by one for each successful breeding action, regardless// of whether this cat is acting as matron or sire.uint16cooldownIndex;
says that cooldownIndex should be initialized to floor(generation/2) for all kitties with generation > 0. However I haven't found any code that implements this functionality, all kitties regardless of generation seem to start at 0.
The text was updated successfully, but these errors were encountered:
This comment:
says that cooldownIndex should be initialized to floor(generation/2) for all kitties with generation > 0. However I haven't found any code that implements this functionality, all kitties regardless of generation seem to start at 0.
The text was updated successfully, but these errors were encountered: