---
tags: Development
---
# 01/06/2020 Patch Changelog
## Bug Fixes
- Fixed Telegram and Noticeboard text intersections.
## Assorted Changes
- The red color was removed from the death screen.
- The black background box was removed from the death screen.
## Creator Changes
- Video about the changes:
- https://youtu.be/WppamJbojvw
- New Skin Tones that are more normal.
- No more reddish tints on skin tones.
- New Makeup.
- Hair stubble.
- Beard stubble.
- Other changes shown in the video.
## Horse Changes
- Added `/removesaddle` to remove a horse's saddle and other tack.
- `/saddle 0` also does the same.
- Saddles are now persistent, including removing the saddle.
- Horses keep the current saddle until changed, and new horses get the same default saddle.
- Added `/horsegender` to set a horse's gender.
- It takes `male` or `female`.
- Female horses are client side only as there is currently no way to sync horse genitals to other players.
- Gender persists and is automatically applied when you spawn your horse.
## Developers
- Henry Houser
- Ty Byrne
- William Hayes
## Testers
- Hudson Chesterfield
- Jaena Shaw
- Henry Houser
- Bocephus Dredge
- Sarah Connor
## Required SQL Changes
- `saddles` -> `saddle` in the `horses` table.
- `saddle` to `SMALLINT` and `DEFAULT 12`.
- Add `gender` to the `horses` table.
- `VARCHAR(6)`
- `Default 'male'`
- Change `overlay` & `makeup` columns in `character_skin` from `VARCHAR` to `TEXT`.