2022-12-29 17:03:02 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using RimWorld;
|
|
|
|
|
using Verse;
|
|
|
|
|
namespace RJW_Genes
|
|
|
|
|
{
|
|
|
|
|
[DefOf]
|
|
|
|
|
public static class ThoughtDefOf
|
|
|
|
|
{
|
|
|
|
|
public static readonly ThoughtDef rjw_genes_cock_eaten;
|
2023-01-06 12:52:04 +00:00
|
|
|
|
public static readonly ThoughtDef rjw_genes_seduced;
|
2023-01-17 11:58:23 +00:00
|
|
|
|
|
2023-10-22 14:25:52 +00:00
|
|
|
|
public static readonly ThoughtDef rjw_genes_pheromone_carrier_nearby;
|
|
|
|
|
|
2023-01-17 11:58:23 +00:00
|
|
|
|
//Others with same names but other defs than in genedefof
|
|
|
|
|
public static readonly InteractionDef rjw_genes_flirt;
|
2022-12-29 17:03:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|