rjw-genes/Source/ThoughtDefOf.cs

25 lines
704 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse;
namespace RJW_Genes
{
[DefOf]
2024-05-26 21:41:32 +00:00
public static class ThoughtDefOf
{
2024-05-26 21:41:32 +00:00
public static readonly ThoughtDef rjw_genes_cock_eaten;
public static readonly ThoughtDef rjw_genes_seduced;
public static readonly ThoughtDef rjw_genes_pheromone_carrier_nearby;
2024-07-03 18:30:03 +00:00
public static readonly ThoughtDef rjw_genes_appealing_cock;
public static readonly ThoughtDef rjw_genes_has_more_diseases;
2024-07-03 18:30:03 +00:00
//Others with same names but other defs than in genedefof
2024-05-26 21:41:32 +00:00
public static readonly InteractionDef rjw_genes_flirt;
}
}