mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Drafts for more extra-genitalia
This commit is contained in:
parent
bb679527af
commit
fa07b9365c
14 changed files with 514 additions and 38 deletions
|
@ -70,11 +70,11 @@ namespace RJW_Genes
|
|||
|
||||
}
|
||||
|
||||
private static bool IsAnus(Hediff candidate)
|
||||
public static bool IsAnus(Hediff candidate)
|
||||
{
|
||||
return candidate.def.defName.ToLower().Contains("anus"); }
|
||||
|
||||
private static bool IsArtificial(Hediff candidate)
|
||||
public static bool IsArtificial(Hediff candidate)
|
||||
{
|
||||
return candidate.def.defName.ToLower().Contains("bionic") || candidate.def.defName.ToLower().Contains("archo");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue