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
The "secret horses" available in HE are custom-modified horses meant to be a complete rarity on servers, which is why their gender is UNIQUE - they cannot breed, and only one horse with the UNIQUE gender should exist at any time.
The expected behaviour is:
A horse breeding event that fulfills secret horse conditions occurs.
The code checks whether a horse with the UNIQUE gender already exists in the database.
If none exist, summon the secret horse.
If one does exist, the secret horse code does not run, and a normal horse is bred instead.
The text was updated successfully, but these errors were encountered:
The "secret horses" available in HE are custom-modified horses meant to be a complete rarity on servers, which is why their gender is UNIQUE - they cannot breed, and only one horse with the UNIQUE gender should exist at any time.
The expected behaviour is:
The text was updated successfully, but these errors were encountered: