mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Improved SuccubusDreamVisitIncident, added settings & incubus xenotype draft
This commit is contained in:
parent
a72dc01d73
commit
71b89e43fa
20 changed files with 416 additions and 108 deletions
|
@ -23,7 +23,7 @@ namespace RJW_Genes
|
|||
//Summary//
|
||||
//Adds our own partpreferences to rjw's list. Our partpreferences are under Interactions.GenesPartKindUsageRule
|
||||
//
|
||||
private static void AddtoIPartPreferenceRule()
|
||||
private static void InjectIntoRjwInteractionServices()
|
||||
{
|
||||
List<IPartPreferenceRule> partPreferenceRules = Unprivater.GetProtectedValue<List<IPartPreferenceRule>>("_partKindUsageRules", typeof(PartPreferenceDetectorService));
|
||||
partPreferenceRules.Add(new Interactions.GenesPartKindUsageRule());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue