## About The Pull Request
Adds butts (up to size 8) and bellies (up to size 9)
Check out what they look like in the Proof of Testing.
## Why It's Good For The Game
It allows for a lot more customization and spicy content, making way for
the potential for new emotes using these genitals to be added. While I
can understand that some people may be against this, I honestly feel it
is no different than any of the hyper genitals or regular genitals we
already have. If the size is somehow an issue despite us having other
hyper genitals, I can reduce the max size.
## Proof Of Testing
See below. Hyper and NSFW warning.
<details>
<summary>Screenshots/Videos</summary>
https://github.com/user-attachments/assets/24dde7a9-98e8-49f8-aee2-118da5dfe2c4
<img width="1426" height="397" alt="image"
src="https://github.com/user-attachments/assets/87e8d620-960f-407c-a816-cdc82073070a"
/>
<img width="1435" height="406" alt="image"
src="https://github.com/user-attachments/assets/27791cf5-a753-491b-8622-1c3f6dabd81c"
/>
</details>
## Changelog
🆑
add: Added new genitals: Bellies + Butts
/🆑
---------
Co-authored-by: Roxy <94389951+SapphoQueer@users.noreply.github.com>
This folder is full of #define statements. They are similar to constants,
but must come before any code that references them, and they do not take up
memory the way constants do.
The values in this folder are NOT options. They are not for hosts to play with.
Some of the values are arbitrary and only need to be different from similar constants;
for example, the genetic mutation numbers in genetics.dm mean nothing, but MUST be distinct.
It is wise not to touch them unless you understand what they do, where they're used,
and most importantly,
how to undo your changes if you screw it up.