mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Compare commits
No commits in common. "master" and "11.4.0" have entirely different histories.
5 changed files with 7 additions and 22 deletions
|
@ -1,2 +1,3 @@
|
|||
* Moved ATK Gnollmorph to feline group
|
||||
* Added build script
|
||||
* Added deploy script
|
||||
* Fixed LoadFolders for Revia and Moyo
|
||||
* Added changelogs to release page
|
||||
|
|
|
@ -108,8 +108,10 @@ This mod requires RJW and must be placed somewhere below it.
|
|||
|
||||
## Plans
|
||||
* Maintain
|
||||
* Milk fixes and improvements
|
||||
### Mod support
|
||||
* VFE insects
|
||||
* Update milk mod support
|
||||
* FCP dogmeat
|
||||
* Alpha mythology
|
||||
* Avali
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Set-Location generator
|
||||
cargo run
|
||||
Set-Location ..
|
||||
Copy-Item -Path About/,Content/,LoadFolders.xml,ReadMe.md,changelog.txt -Destination D:\SteamLibrary\steamapps\common\RimWorld\Mods
|
|
@ -1,7 +1,3 @@
|
|||
11.4.1
|
||||
-Moved ATK Gnollmorph to feline group
|
||||
-Added build script
|
||||
|
||||
11.4.0
|
||||
-Added deploy script
|
||||
-Fixed LoadFolders for Revia and Moyo
|
||||
|
@ -370,4 +366,3 @@ Bovine Penis multi surgery bow require bovine penis and the label is fixed
|
|||
-Kijin hot Spring grants 10% fertility
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -233,10 +233,11 @@ pub fn racegroup_data_humans() -> Vec<RaceGroup> {
|
|||
"",
|
||||
("Dog", "Dog"),
|
||||
),
|
||||
// For foxes, werewolves, etc
|
||||
// For foxes, hyenas, werewolves, etc (hyenas are felines oops)
|
||||
RaceGroup::standard(
|
||||
"CanineHighSex",
|
||||
vec![
|
||||
"ATK_Gnollmorph",
|
||||
"ATK_Vulpinemorph",
|
||||
"Alien_Fennex",
|
||||
"Alien_Frijjid",
|
||||
|
@ -395,16 +396,6 @@ 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…
Reference in a new issue