Gives Species Genders (#278)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Gives Plasmamen, Ethereals, and Abductors genders. Tested in game.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

<!-- Please make sure to actually test your PRs. If you have not tested
your PR mention it. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: Gives Species Genders.
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
This commit is contained in:
Icarus-The-Sun
2023-07-01 21:57:28 -04:00
committed by GitHub
parent a785ce0558
commit 3ae54f8929
3 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
/datum/species/abductor
name = "Abductor"
id = SPECIES_ABDUCTOR
sexes = FALSE
sexes = TRUE//ZUBBER EDIT
species_traits = list(
NOEYESPRITES,
NO_UNDERWEAR,
@@ -30,7 +30,7 @@
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT
species_cookie = /obj/item/food/energybar
species_language_holder = /datum/language_holder/ethereal
sexes = FALSE //no fetish content allowed
sexes = TRUE //Zubber edit-let them play women.
toxic_food = NONE
// Body temperature for ethereals is much higher then humans as they like hotter environments
bodytemp_normal = (BODYTEMP_NORMAL + 50)
@@ -2,7 +2,7 @@
name = "\improper Plasmaman"
plural_form = "Plasmamen"
id = SPECIES_PLASMAMAN
sexes = 0
sexes = TRUE//ZUBBER EDIT, SEX WILL BE REAL
meat = /obj/item/stack/sheet/mineral/plasma
species_traits = list(
NOTRANSSTING,