mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Update to 11.4.1
This commit is contained in:
parent
e6dd981321
commit
8e23792be0
5 changed files with 22 additions and 7 deletions
|
@ -233,11 +233,10 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
|
|||
"",
|
||||
("Dog", "Dog"),
|
||||
),
|
||||
// For foxes, hyenas, werewolves, etc (hyenas are felines oops)
|
||||
// For foxes, werewolves, etc
|
||||
RaceGroup::standard(
|
||||
"CanineHighSex",
|
||||
vec![
|
||||
"ATK_Gnollmorph",
|
||||
"ATK_Vulpinemorph",
|
||||
"Alien_Fennex",
|
||||
"Alien_Frijjid",
|
||||
|
@ -396,6 +395,16 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
|
|||
"Feline",
|
||||
("Cat", "Cat"),
|
||||
),
|
||||
RaceGroup::standard(
|
||||
"FelineHighSex",
|
||||
vec![
|
||||
"ATK_Gnollmorph",
|
||||
],
|
||||
"Fur", "1.3", true,
|
||||
"Breasts",
|
||||
"Feline",
|
||||
("Cat", "Cat"),
|
||||
),
|
||||
RaceGroup::standard(
|
||||
"Fish",
|
||||
vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue