Teshari Specific Ports from Nova Sector (#27223)

* Teshari Specific Port

This ports 4 Teshari specific PRs from Nova to Skyrat.

* Hypospray Port

The fancy new GAG enabled hyposprays.

* Revert "Hypospray Port"

This reverts commit b60a482e916ed5683424f64d0eefd9c8dcdd1a48.
This commit is contained in:
Nidvex250
2024-04-18 02:44:46 +02:00
committed by GitHub
parent 57c189bce7
commit f37a93f76b
24 changed files with 779 additions and 9 deletions
@@ -115,7 +115,7 @@ There are several things that need to be remembered:
icon_file = dna.species.generate_custom_worn_icon(LOADOUT_ITEM_UNIFORM, w_uniform, src) // Might have to refactor how this works eventually, maybe.
// SKYRAT EDIT END
//Female sprites have lower priority than digitigrade sprites
if(dna.species.sexes && (bodyshape & BODYSHAPE_HUMANOID) && physique == FEMALE && !(female_sprite_flags & NO_FEMALE_UNIFORM)) // SKYRAT EDIT CHANGE - ORIGINAL: else if(dna.species.sexes && (bodyshape & BODYSHAPE_HUMANOID) && physique == FEMALE && !(uniform.female_sprite_flags & NO_FEMALE_UNIFORM)) //Agggggggghhhhh
if(!dna.species.no_gender_shaping && dna.species.sexes && (bodyshape & BODYSHAPE_HUMANOID) && physique == FEMALE && !(female_sprite_flags & NO_FEMALE_UNIFORM)) // SKYRAT EDIT CHANGE - ORIGINAL: else if(dna.species.sexes && (bodyshape & BODYSHAPE_HUMANOID) && physique == FEMALE && !(uniform.female_sprite_flags & NO_FEMALE_UNIFORM)) //Agggggggghhhhh
woman = TRUE
// SKYRAT EDIT ADDITION START - Digi female gender shaping
if(digi)