CockEater gene

CockEater gene with ability and negative thoughtdef for target
This commit is contained in:
Shabakur 2022-12-29 18:03:02 +01:00
parent 3cf2d44c82
commit a64cecbab3
9 changed files with 206 additions and 3 deletions

15
Source/ThoughtDefOf.cs Normal file
View file

@ -0,0 +1,15 @@
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;
}
}