Files
980c176345 Butts + Bellies (#5674)
## 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>
2026-05-29 14:41:17 +02:00

56 lines
2.8 KiB
Plaintext

#define BLOOD_VOLUME_OVERSIZED 1120
#define PULL_OVERSIZED_SLOWDOWN 2
#define HUMAN_MAXHEALTH MAX_LIVING_HEALTH
#define UNDERWEAR_HIDE_SOCKS (1<<0)
#define UNDERWEAR_HIDE_SHIRT (1<<1)
#define UNDERWEAR_HIDE_UNDIES (1<<2)
#define UNDERWEAR_HIDE_BRA (1<<3)
///Defines for icons used for modular bodyparts, created to make it easier to relocate the module or files if necessary.
#define BODYPART_ICON_HUMAN 'modular_skyrat/modules/bodyparts/icons/human_parts_greyscale.dmi'
#define BODYPART_ICON_MAMMAL 'modular_skyrat/modules/bodyparts/icons/mammal_parts_greyscale.dmi'
#define BODYPART_ICON_AKULA 'modular_skyrat/modules/bodyparts/icons/akula_parts_greyscale.dmi'
#define BODYPART_ICON_AQUATIC 'modular_skyrat/modules/bodyparts/icons/aquatic_parts_greyscale.dmi'
#define BODYPART_ICON_GHOUL 'modular_skyrat/modules/bodyparts/icons/ghoul_bodyparts.dmi'
#define BODYPART_ICON_INSECT 'modular_skyrat/modules/bodyparts/icons/insect_parts_greyscale.dmi'
#define BODYPART_ICON_LIZARD 'modular_skyrat/modules/bodyparts/icons/lizard_parts_greyscale.dmi'
#define BODYPART_ICON_MOTH 'modular_skyrat/modules/bodyparts/icons/moth_parts_greyscale.dmi'
#define BODYPART_ICON_ROUNDSTARTSLIME 'modular_skyrat/modules/bodyparts/icons/slime_parts_greyscale.dmi'
#define BODYPART_ICON_SKRELL 'modular_skyrat/modules/bodyparts/icons/skrell_parts_greyscale.dmi'
#define BODYPART_ICON_TAUR 'modular_skyrat/modules/bodyparts/icons/taur_invisible_legs.dmi'
#define BODYPART_ICON_TESHARI 'modular_skyrat/modules/bodyparts/icons/teshari_parts_greyscale.dmi'
#define BODYPART_ICON_VOX 'modular_skyrat/modules/bodyparts/icons/vox_parts_greyscale.dmi'
#define BODYPART_ICON_XENO 'modular_skyrat/modules/bodyparts/icons/xeno_parts_greyscale.dmi'
#define BODYPART_ICON_SYNTHMAMMAL 'modular_skyrat/modules/bodyparts/icons/synthmammal_parts_greyscale.dmi'
#define BODYPART_ICON_IPC 'modular_skyrat/modules/bodyparts/icons/ipc_parts.dmi'
#define BODYPART_ICON_SYNTHLIZARD 'modular_skyrat/modules/bodyparts/icons/synthliz_parts_greyscale.dmi'
#define BODYPART_ICON_LYCAN 'modular_zubbers/icons/mob/species/lycan/lycan_bodyparts.dmi'
#define BUTT_SPRITE_PODPERSON "podperson"
#define BUTT_SPRITE_VOX "vox"
#define BUTT_SPRITE_VULP "vulp"
#define BLOOD_TYPE_COPPER "CU"
#define BLOOD_TYPE_NANITE_SLURRY "NS"
#define AI_HOLOGRAM_MOTHROACH "Mothroach"
#define AI_HOLOGRAM_STOAT "Stoat"
#define AI_HOLOGRAM_BEE "Bee"
#define AI_HOLOGRAM_REDPANDA "Red Panda"
#define AI_HOLOGRAM_FENNEC "Fennec"
#define BODYPART_ICON_GAS 'modular_skyrat/modules/bodyparts/icons/serpentid_parts_greyscale.dmi'
// Genital Layers
#define BUTT_LAYER_OFFSET 0.8
#define ANUS_LAYER_OFFSET 0.7
#define VAGINA_LAYER_OFFSET 0.6
#define TESTICLES_LAYER_OFFSET 0.5
#define GENITAL_LAYER_OFFSET 0.4
#define PENIS_LAYER_OFFSET 0.3
#define BELLY_LAYER_OFFSET 0.2
#define BREASTS_LAYER_OFFSET 0.1