mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Adde some explanations in the code
This commit is contained in:
parent
1f865320b0
commit
e8f9f94130
8 changed files with 17 additions and 8 deletions
|
@ -9,7 +9,10 @@ using Verse;
|
|||
|
||||
namespace RJW_Genes.Interactions
|
||||
{
|
||||
public class GenesPartKindUsageRule : IPartPreferenceRule
|
||||
//Summary//
|
||||
//Set custom preferences for pawn. Gets integrated to rjw by AddtoIPartPreferenceRule in First
|
||||
//Depending on the level of lifeforce increase the chance for using the mouth.
|
||||
public class GenesPartKindUsageRule : IPartPreferenceRule
|
||||
{
|
||||
public IEnumerable<Weighted<LewdablePartKind>> ModifiersForDominant(InteractionContext context)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue